com.microsoft.tfs.core.clients.teamsettings
Class TeamSettings
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.teamsettings.TeamSettings
public class TeamSettings
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
TeamSettings(ms.tfs.services.teamconfiguration._01._TeamSettings webServiceObject)
|
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TeamSettings
public TeamSettings(ms.tfs.services.teamconfiguration._01._TeamSettings webServiceObject)
getWebServiceObject
public ms.tfs.services.teamconfiguration._01._TeamSettings getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getBacklogIterationPath
public java.lang.String getBacklogIterationPath()
setBacklogIterationPath
public void setBacklogIterationPath(java.lang.String value)
getIterationPaths
public java.lang.String[] getIterationPaths()
setIterationPaths
public void setIterationPaths(java.lang.String[] value)
getTeamFieldValues
public TeamFieldValue[] getTeamFieldValues()
setTeamFieldValues
public void setTeamFieldValues(TeamFieldValue[] teamFieldValues)
getTeamField
public java.lang.String getTeamField()
setTeamField
public void setTeamField(java.lang.String teamField)
getCurrentIterationPath
public java.lang.String getCurrentIterationPath()
setCurrentIterationPath
public void setCurrentIterationPath(java.lang.String currentIterationPath)
© 2015 Microsoft. All rights reserved.