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


public interface IBuildAgentSpec


Method Summary
 java.lang.String getName()
          The name of the desired build agent(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 agent(s).
 java.lang.String[] getTags()
          The tags defined for the desired build agent(s).
 void setName(java.lang.String value)
           
 void setPropertyNameFilters(java.lang.String[] value)
           
 void setServiceHostName(java.lang.String value)
           
 void setTags(java.lang.String[] value)
           
 

Method Detail

getServiceHostName

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

Returns:

setServiceHostName

void setServiceHostName(java.lang.String value)

getName

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

Returns:

setName

void setName(java.lang.String value)

getTags

java.lang.String[] getTags()
The tags defined for the desired build agent(s).

Returns:

setTags

void setTags(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.