com.microsoft.tfs.core.clients.team
Class TeamConstants

java.lang.Object
  extended by com.microsoft.tfs.core.clients.team.TeamConstants

public abstract class TeamConstants
extends java.lang.Object

Constants associated with 'Teams' in TFS.

Thread-safety:
immutable

Field Summary
static java.lang.String BACKLOG_ITERATION_PROPERTY_NAME
          Property name for the Backlog iteration (set to the Guid of the iteration that holds the backlog)
static java.lang.String DEFAULT_TEAM_PROPERTY_NAME
          Property on a project which indicates the team foundation id of the default team.
static java.lang.String DEFAULT_VALUE_INDEX_PROPERTY_NAME
          Property name for the property that specifies the default value to use in the area path field since there can be more than one
static java.lang.String TEAM_FIELD_DEFAULT_VALUE_INDEX_PROPERTY_NAME
          Property name for the property which contains the 'team field' default values.
static java.lang.String TEAM_FIELD_SETTINGS_PROPERTY_NAME
          Property name for the property which team field settings.
static java.lang.String TEAM_FIELD_VALUE_FORMAT
          Format string for setting the default team value for a team.
static java.lang.String TEAM_FIELD_VALUES_PROPERTY_NAME
          Property name for the property which contains the 'team field' default values.
static java.lang.String TEAM_ITERATION_ID_PROPERTY_NAME_FORMAT
          Property name format for the collection of iteration paths that are associated with a team
static java.lang.String TEAM_ITERATION_PROPERTY_NAME
          Property name for the collection of iteration paths that are associated with a team
static java.lang.String TEAM_PROPERTY_NAME
          Property on a group which indicates that it is a team.
static java.lang.String TEAM_SETTINGS_PROPERTY_NAME
          Property on a group which indicates that it is a team.
 
Constructor Summary
TeamConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEAM_PROPERTY_NAME

public static final java.lang.String TEAM_PROPERTY_NAME
Property on a group which indicates that it is a team.

Constant Field Value:
"Microsoft.TeamFoundation.Team"
See Also:
Constant Field Values

DEFAULT_TEAM_PROPERTY_NAME

public static final java.lang.String DEFAULT_TEAM_PROPERTY_NAME
Property on a project which indicates the team foundation id of the default team.

Constant Field Value:
"Microsoft.TeamFoundation.Team.Default"
See Also:
Constant Field Values

TEAM_SETTINGS_PROPERTY_NAME

public static final java.lang.String TEAM_SETTINGS_PROPERTY_NAME
Property on a group which indicates that it is a team.

Constant Field Value:
"Microsoft.TeamFoundation.Team.Settings"
See Also:
Constant Field Values

DEFAULT_VALUE_INDEX_PROPERTY_NAME

public static final java.lang.String DEFAULT_VALUE_INDEX_PROPERTY_NAME
Property name for the property that specifies the default value to use in the area path field since there can be more than one

Constant Field Value:
"Microsoft.TeamFoundation.Team.Settings.DefaultValueIndex"
See Also:
Constant Field Values

TEAM_FIELD_SETTINGS_PROPERTY_NAME

public static final java.lang.String TEAM_FIELD_SETTINGS_PROPERTY_NAME
Property name for the property which team field settings.

Constant Field Value:
"Microsoft.TeamFoundation.Team.Settings.TeamFieldSettings"
See Also:
Constant Field Values

TEAM_FIELD_DEFAULT_VALUE_INDEX_PROPERTY_NAME

public static final java.lang.String TEAM_FIELD_DEFAULT_VALUE_INDEX_PROPERTY_NAME
Property name for the property which contains the 'team field' default values.

Constant Field Value:
"Microsoft.TeamFoundation.Team.Settings.TeamFieldSettings.DefaultValueIndex"
See Also:
Constant Field Values

TEAM_FIELD_VALUES_PROPERTY_NAME

public static final java.lang.String TEAM_FIELD_VALUES_PROPERTY_NAME
Property name for the property which contains the 'team field' default values.

Constant Field Value:
"Microsoft.TeamFoundation.Team.Settings.TeamFieldSettings.TeamFieldValues"
See Also:
Constant Field Values

TEAM_FIELD_VALUE_FORMAT

public static final java.lang.String TEAM_FIELD_VALUE_FORMAT
Format string for setting the default team value for a team.

Constant Field Value:
"{0}true"
See Also:
Constant Field Values

BACKLOG_ITERATION_PROPERTY_NAME

public static final java.lang.String BACKLOG_ITERATION_PROPERTY_NAME
Property name for the Backlog iteration (set to the Guid of the iteration that holds the backlog)

Constant Field Value:
"Microsoft.TeamFoundation.Team.Settings.BacklogIterationId"
See Also:
Constant Field Values

TEAM_ITERATION_PROPERTY_NAME

public static final java.lang.String TEAM_ITERATION_PROPERTY_NAME
Property name for the collection of iteration paths that are associated with a team

Constant Field Value:
"Microsoft.TeamFoundation.Team.Settings.TeamIteration"
See Also:
Constant Field Values

TEAM_ITERATION_ID_PROPERTY_NAME_FORMAT

public static final java.lang.String TEAM_ITERATION_ID_PROPERTY_NAME_FORMAT
Property name format for the collection of iteration paths that are associated with a team

Constant Field Value:
"Microsoft.TeamFoundation.Team.Settings.TeamIteration.{0}.iterationId"
See Also:
Constant Field Values
Constructor Detail

TeamConstants

public TeamConstants()


© 2015 Microsoft. All rights reserved.