com.microsoft.tfs.core.clients.build
Interface IBuildDefinitionSpec


public interface IBuildDefinitionSpec


Method Summary
 ContinuousIntegrationType getContinuousIntegrationType()
          An optional filter to control the type of build definitions returned from the query.
 java.lang.String getFullPath()
          The full path to the desired build definition(s), of the form \TeamProject\Name.
 java.lang.String getName()
          The name of the desired build definition(s).
 QueryOptions getOptions()
          Query options used to determine whether or not supporting objects are returned from the query.
 java.lang.String[] getPropertyNameFilters()
          The property names to be returned from the query/queries.
 java.lang.String getTeamProject()
          The team project of the desired build definition(s).
 DefinitionTriggerType getTriggerType()
          An optional filter to control the type of build definitions returned from the query.
 void setContinuousIntegrationType(ContinuousIntegrationType value)
           
 void setName(java.lang.String value)
           
 void setOptions(QueryOptions value)
           
 void setPropertyNameFilters(java.lang.String[] value)
           
 void setTriggerType(DefinitionTriggerType value)
           
 

Method Detail

getFullPath

java.lang.String getFullPath()
The full path to the desired build definition(s), of the form \TeamProject\Name.

Returns:

getName

java.lang.String getName()
The name of the desired build definition(s). Wildcards supported.

Returns:

setName

void setName(java.lang.String value)

getTeamProject

java.lang.String getTeamProject()
The team project of the desired build definition(s).

Returns:

getOptions

QueryOptions getOptions()
Query options used to determine whether or not supporting objects are returned from the query.

Returns:

setOptions

void setOptions(QueryOptions value)

getTriggerType

DefinitionTriggerType getTriggerType()
An optional filter to control the type of build definitions returned from the query.

Returns:

setTriggerType

void setTriggerType(DefinitionTriggerType value)

getContinuousIntegrationType

ContinuousIntegrationType getContinuousIntegrationType()
An optional filter to control the type of build definitions returned from the query.

Returns:

setContinuousIntegrationType

void setContinuousIntegrationType(ContinuousIntegrationType value)

getPropertyNameFilters

java.lang.String[] getPropertyNameFilters()
The property names to be returned from the query/queries. A "*" will retrieve all property names, an empty array will retrieve none, and any other array will match types verbatim.

Returns:

setPropertyNameFilters

void setPropertyNameFilters(java.lang.String[] value)


© 2015 Microsoft. All rights reserved.