Class RefSpecsSCMSourceTrait.RefSpecTemplate

java.lang.Object
hudson.model.AbstractDescribableImpl<RefSpecsSCMSourceTrait.RefSpecTemplate>
jenkins.plugins.git.traits.RefSpecsSCMSourceTrait.RefSpecTemplate
All Implemented Interfaces:
Describable<RefSpecsSCMSourceTrait.RefSpecTemplate>
Enclosing class:
RefSpecsSCMSourceTrait

public static class RefSpecsSCMSourceTrait.RefSpecTemplate extends AbstractDescribableImpl<RefSpecsSCMSourceTrait.RefSpecTemplate>
Represents a single wrapped template for easier form binding.
Since:
3.4.0
  • Constructor Details

    • RefSpecTemplate

      @DataBoundConstructor public RefSpecTemplate(@NonNull String value)
      Stapler constructor.
      Parameters:
      value - the template to wrap.
  • Method Details

    • getValue

      @NonNull public String getValue()
      Gets the template value.
      Returns:
      the template value.