Microsoft.TeamFoundation.Build.Workflow.Activities Namespace
Visual Studio 2010
This namespace contains the classes that represent the activities used by Team Foundation Build.
| Class | Description | |
|---|---|---|
|
AgentReservationSpec | This class is used to help specify the type of agent that may process an activity by using a list of tags to identify valid agents. |
|
AgentScope | |
|
AgentSettings | Represents the settings of a build agent. |
|
AgentTimeoutException | Thrown when the thread of execution times out waiting on an agent. |
|
AssociateChangesetException | Thrown when the thread of execution encounters an error in the associate changeset activity. |
|
AssociateChangesetsAndWorkItems | |
|
AssociatedChangeset | Represents a changeset in version control that is associated with the completed build. |
|
AssociatedWorkItem | Represents a work item associated with the completed build. |
|
BuildCategoryAttribute | Puts an activity into the build category toolbox. |
|
BuildError | Represents an error in the build. |
|
BuildMessage | Represents a message about the build. |
|
BuildProcessException | Thrown when an error occurs in the build process. |
|
BuildSettings | Represents the projects to build and the configurations to build. |
|
BuildWarning | Represents a warning generated by the build. |
|
CheckInGatedChanges | Represents the activity that checks in gated changes. |
|
CheckInOutcome | |
|
ConvertWorkspaceItem | Represents an activity that converts the path of a workspace item from a server path to a local path or vice-versa. |
|
ConvertWorkspaceItems | Represents the activity that converts workspace item paths on the build agent from server to local, or vice versa. |
|
CopyDirectory | Represents the activity that copies the contents of a directory to another. |
|
CopyDirectoryException | Thrown by the build when an error occurs during the copy directory activity. |
|
CreateDirectory | Represents the activity that creates a directory. |
|
CreateWorkItemException | Thrown by the build when an error occurs during the create work item activity. |
|
CreateWorkspace | |
|
DeleteDirectory | Represents the activity that deletes a directory. |
|
DeleteWorkspace | Represents the activity to delete a workspace. |
|
DownloadFile | Represents the activity that downloads a file. |
|
DownloadFiles | Represents the activity that downloads one or more files from a directory. |
|
DownloadFilesException | Thrown when the build encounters an error during the download files activity. |
|
EmptyDropLocationRootException | Thrown when the build encounters an empty root in the drop location path. |
|
EvaluateCheckInPolicies | Represents the activity that evaluates check-in policies. |
|
EvaluateCheckInPoliciesException | Thrown by the build when an error occurs during the EvaluateCheckInPolicies activity. |
|
ExpandEnvironmentVariables | |
|
FindMatchingFiles | Represents the activity that finds files that match a pattern. |
|
GetBuildAgent | Represents the activity that gets an IBuildAgent object. |
|
GetBuildDetail | Represents the activity that gets an IBuildDetail object. |
|
GetBuildDirectory | Represents an activity that gets the literal path to the build agent’s working directory. |
|
GetBuildEnvironment | Represents the activity that gets a BuildEnvironment object. |
|
GetException | Represents an activity that gets the exception that occurred in the build. |
|
GetTeamProjectCollection | Represents the activity that gets a TfsTeamProjectCollection object. |
|
GetWorkspace | Represents the activity that gets a Workspace object. |
|
IndexSources | Represents the activity that embeds version control paths and version into the symbol data of .PDB files. |
|
InvalidBuildTypeException | Thrown by the build when an error occurs due to an invalid build type. |
|
InvalidBuildTypeNoDownloadException | Thrown by the build when a download fails due to an invalid build type. |
|
InvalidMacroInBuildNumberException | Thrown by the build when it encounters an invalid macro in the build number. |
|
InvalidRevisionFormatException | Thrown by the build when it encounters an invalid revisions specifier format. |
|
InvalidWorkspaceMappingException | Thrown by the build when it encounters an invalid workspace mapping. |
|
InvokeForReason | |
|
InvokeProcess | |
|
LabelException | Thrown when the build encounters an error with a label. |
|
LabelNotFoundException | Thrown by the build when an expected label was not found. |
|
LabelSources | Represents the activity that labels files in version control. |
|
LabelWorkspace | Represents the activity that labels a workspace. |
|
MSBuild | |
|
MSTest | Represents the activity that runs tests using MSTest. |
|
MSTestInvalidArgumentException | Thrown by the build when an invalid argument is passed to MSTest. |
|
NoShelvesetToCheckInException | Thrown by the build when there is no shelveset to check in. |
|
OpenedWorkItem | Represents an open work item. |
|
OpenWorkItem | Represents the activity that opens a work item. |
|
PlatformConfiguration | Represents the pair of platform and configuration that a solution or project is built against. |
|
PlatformConfigurationList | Represents a list of PlatformConfiguration objects. |
|
PublishSymbols | Represents the activity that publishes the symbol data in PDB files to a SymStore symbol store. |
|
ReshelvedShelveset | Represents a reshelved shelveset. |
|
RevertWorkspace | Represents the activity that reverts a workspace. |
|
SetBuildProperties | Represents the activity that sets the properties of a build. |
|
SharedResourceScope | Represents an activity that wraps a segment of the build process to make it “thread safe”. |
|
SourceAndSymbolServerSettings | Represents the settings for source and symbol server integration. |
|
StringList | Represents a list of strings for use in specifying parameters to the Microsoft.TeamFoundation.Build.WorkFlow.Activities namespace classes. |
|
SyncWorkspace | Represents the activity that synchronizes a workspace. |
|
TestAssemblySpec | Contains all the MSTest settings related to a test assembly. |
|
TestFailureException | Thrown by the build when a test fails. |
|
TestMetadataFileSpec | Contains MSTest settings related to a test metadata file. |
|
TestSpec | Represents a test specifier. |
|
TestSpecList | Represents a list of TestSpec objects. |
|
TfsBuild | Represents the activity for the Team Foundation Server build process. |
|
TrackingExtensions | |
|
UnexpectedExitCodeException | Thrown when the build encounters an unexpected exit code. |
|
UnexpectedTfsException | Thrown by the build when an error occurs due to Team Foundation Server. |
|
UpdateBuildNumber | |
|
UpdateWorkItemException | Thrown by the build when an error occurs while attempting to update a work item. |
|
ValidateTargetsFileException | Thrown by the build when the targets file fails validation. |
|
WriteBuildError | Thrown by the build when an error occurs attempting to write data. |
|
WriteBuildInformation<T> | |
|
WriteBuildMessage | Represents the activity that writes a build message. |
|
WriteBuildWarning | Represents the activity that writes a warning to the build. |
| Enumeration | Description | |
|---|---|---|
|
CleanWorkspaceOption | Contains possible values for cleaning workspaces. |
|
CodeAnalysisOption | Contains options to control how code analysis should be run during a build. |
|
ConvertWorkspaceItemDirection | Contains values used to indicated the direction of a workspace item conversion. |
|
MacrosIndex | Contains valid macro names. |
|
TagComparison | Specifies the strength of comparison to use when matching an agent’s tags to the specified tags in a query method. |
|
ToolPlatform | Specifies the architecture of the tool platform. |