hudson.plugins.git
Class GitPublisher.TagToPush
java.lang.Object
hudson.plugins.git.GitPublisher.PushConfig
hudson.plugins.git.GitPublisher.TagToPush
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GitPublisher
public static final class GitPublisher.TagToPush
- extends GitPublisher.PushConfig
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitPublisher.TagToPush
@DataBoundConstructor
public GitPublisher.TagToPush(String targetRepoName,
String tagName,
boolean createTag)
getTagName
public String getTagName()
isCreateTag
public boolean isCreateTag()
Copyright © 2004-2011 Hudson. All Rights Reserved.