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

All Known Subinterfaces:
IBuildAgent, IBuildDefinition

public interface IBuildGroupItem


Method Summary
 java.lang.String getFullPath()
          The full path of this build group item.
 java.lang.String getName()
          The name of the build group item.
 java.lang.String getTeamProject()
          The team project that owns the build group item.
 java.lang.String getURI()
          The URI of the build group item.
 void refresh()
          Refreshes the build group item by getting current property values from the build server.
 void setName(java.lang.String value)
           
 

Method Detail

getURI

java.lang.String getURI()
The URI of the build group item.

Returns:

getName

java.lang.String getName()
The name of the build group item.

Returns:

setName

void setName(java.lang.String value)

getTeamProject

java.lang.String getTeamProject()
The team project that owns the build group item.

Returns:

getFullPath

java.lang.String getFullPath()
The full path of this build group item.

Returns:

refresh

void refresh()
Refreshes the build group item by getting current property values from the build server.



© 2015 Microsoft. All rights reserved.