Package jenkins.plugins.git.traits
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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
RefSpecTemplate
Stapler constructor.- Parameters:
value
- the template to wrap.
-
-
Method Details
-
getValue
Gets the template value.- Returns:
- the template value.
-