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


public interface IBuildControllerSpec


Method Summary
 java.lang.String getName()
          The name of the desired build controller(s).
 java.lang.String[] getPropertyNameFilters()
          The property names to be returned from the query/queries.
 java.lang.String getServiceHostName()
          The service host name of the desired build controller(s).
 boolean isIncludeAgents()
          Whether or not to include agents in the result set.
 void setIncludeAgents(boolean value)
           
 void setName(java.lang.String value)
           
 void setPropertyNameFilters(java.lang.String[] value)
           
 void setServiceHostName(java.lang.String value)
           
 

Method Detail

getServiceHostName

java.lang.String getServiceHostName()
The service host name of the desired build controller(s). Wildcards supported.

Returns:

setServiceHostName

void setServiceHostName(java.lang.String value)

isIncludeAgents

boolean isIncludeAgents()
Whether or not to include agents in the result set.

Returns:

setIncludeAgents

void setIncludeAgents(boolean value)

getName

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

Returns:

setName

void setName(java.lang.String 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.