Class ChangelogToBranchOptions

All Implemented Interfaces:
Describable<ChangelogToBranchOptions>, Serializable

public class ChangelogToBranchOptions extends AbstractDescribableImpl<ChangelogToBranchOptions> implements Serializable
Options for the ChangelogToBranch extension.
Author:
Dirk Reske (dirk.reske@t-systems.com)
See Also:
  • Constructor Details

    • ChangelogToBranchOptions

      @DataBoundConstructor public ChangelogToBranchOptions(String compareRemote, String compareTarget)
    • ChangelogToBranchOptions

      public ChangelogToBranchOptions(ChangelogToBranchOptions options)
  • Method Details

    • getCompareRemote

      public String getCompareRemote()
    • getCompareTarget

      public String getCompareTarget()
    • getRef

      public String getRef()