Package hudson.plugins.git
Class GitPublisher.NoteToPush
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<GitPublisher.PushConfig>
-
- hudson.plugins.git.GitPublisher.PushConfig
-
- hudson.plugins.git.GitPublisher.NoteToPush
-
- All Implemented Interfaces:
Describable<GitPublisher.PushConfig>
,Serializable
- Enclosing class:
- GitPublisher
public static final class GitPublisher.NoteToPush extends GitPublisher.PushConfig
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GitPublisher.NoteToPush.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description NoteToPush(String targetRepoName, String noteMsg, String noteNamespace, boolean noteReplace)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getnoteMsg()
Deprecated.String
getNoteMsg()
String
getnoteNamespace()
Deprecated.String
getNoteNamespace()
boolean
getnoteReplace()
Deprecated.boolean
getNoteReplace()
-
Methods inherited from class hudson.plugins.git.GitPublisher.PushConfig
getTargetRepoName, setEmptyTargetRepoToOrigin, setTargetRepoName
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
getnoteMsg
@Deprecated public String getnoteMsg()
Deprecated.
-
getnoteNamespace
@Deprecated public String getnoteNamespace()
Deprecated.
-
getnoteReplace
@Deprecated public boolean getnoteReplace()
Deprecated.
-
getNoteMsg
public String getNoteMsg()
-
getNoteNamespace
public String getNoteNamespace()
-
getNoteReplace
public boolean getNoteReplace()
-
-