Package hudson.plugins.git
Class ChangelogToBranchOptions
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ChangelogToBranchOptions>
-
- hudson.plugins.git.ChangelogToBranchOptions
-
- All Implemented Interfaces:
Describable<ChangelogToBranchOptions>,Serializable
public class ChangelogToBranchOptions extends AbstractDescribableImpl<ChangelogToBranchOptions> implements Serializable
Options for theChangelogToBranchextension.- Author:
- Dirk Reske (dirk.reske@t-systems.com)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChangelogToBranchOptions.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description ChangelogToBranchOptions(ChangelogToBranchOptions options)ChangelogToBranchOptions(String compareRemote, String compareTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompareRemote()StringgetCompareTarget()StringgetRef()-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
ChangelogToBranchOptions
@DataBoundConstructor public ChangelogToBranchOptions(String compareRemote, String compareTarget)
-
ChangelogToBranchOptions
public ChangelogToBranchOptions(ChangelogToBranchOptions options)
-
-