Package hudson.plugins.git
Class GitPublisher.TagToPush
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<GitPublisher.PushConfig>
-
- hudson.plugins.git.GitPublisher.PushConfig
-
- hudson.plugins.git.GitPublisher.TagToPush
-
- All Implemented Interfaces:
Describable<GitPublisher.PushConfig>,Serializable
- Enclosing class:
- GitPublisher
public static final class GitPublisher.TagToPush extends GitPublisher.PushConfig
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGitPublisher.TagToPush.DescriptorImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTagMessage()StringgetTagName()booleanisCreateTag()booleanisUpdateTag()-
Methods inherited from class hudson.plugins.git.GitPublisher.PushConfig
getTargetRepoName, setEmptyTargetRepoToOrigin, setTargetRepoName
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-