Class Types
Class | Summary |
---|---|
TfxAliases |
Contains functionality related to the TFS Cross Platform Command Line Interface. In order to use the commands for this addin, the tfx-cli utility will need to be installed and available, or you will need to provide a ToolPath to where it can be located, and also you will need to include the following in your build.cake file to download and reference the addin from NuGet.org:
|
TfxArgumentBuilder | The top level argument builder for the Tfx CLI Tool |
TfxAuthType | The authentication type to use for Tfx commands |
Tfx |
The Tfx Create Runner used to create extensions. |
Tfx |
Contains settings used by TfxExtensionCreateRunner .
|
Tfx |
The Tfx Install Runner used to install extensions. |
Tfx |
Contains settings used by TfxExtensionInstallRunner .
|
Tfx |
The Tfx Publish Runner used to publish extensions. |
Tfx |
Contains settings used by TfxExtensionPublishRunner .
|
Tfx |
The Tfx Share Runner used to share extensions. |
Tfx |
Contains settings used by TfxExtensionShareRunner .
|
TfxOutputType | The output type for the Tfx commands |
TfxServerSettings | Contains the common server settings used by some commands in Tfx. |
TfxSettings | Contains the common settings used by all commands in Tfx. |
TfxTool |
Base class for all Tfx related tools. |
Interface Types
Interface | Summary |
---|---|
I |
Contains common settings used by TfxExtensionCreateRunner and TfxExtensionPublishRunner .
|
ITfxArgumentBuilder | Interface for TfxArgumentBuilder |