LabelSubOptions Class

graph BT Type-->Base0["BaseVcsOptions"] click Base0 "/GitReleaseManager/api/GitReleaseManager.Core.Options/BaseVcsOptions" Base0-->Base1["BaseSubOptions"] click Base1 "/GitReleaseManager/api/GitReleaseManager.Core.Options/BaseSubOptions" Base1-->Base2["object"] Type["LabelSubOptions"] class Type type-node

Syntax

[Verb("label", HelpText = "Deletes existing labels and replaces with set of default labels.")]
public class LabelSubOptions : BaseVcsOptions

Attributes

Type Description
Verb

Properties

Name Value Summary
Debug bool
Inherited from BaseSubOptions
IsCISystem bool
Inherited from BaseSubOptions
LogFilePath string
Inherited from BaseSubOptions
NoLogo bool
Inherited from BaseSubOptions
Provider VcsProvider
Inherited from BaseVcsOptions
RepositoryName string
Inherited from BaseVcsOptions
RepositoryOwner string
Inherited from BaseVcsOptions
TargetDirectory string
Inherited from BaseSubOptions
Token string
Inherited from BaseVcsOptions
Verbose bool
Inherited from BaseSubOptions
GitHub