Class BranchPropertyStrategyDescriptor

java.lang.Object
hudson.model.Descriptor<BranchPropertyStrategy>
jenkins.branch.BranchPropertyStrategyDescriptor
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Direct Known Subclasses:
DefaultBranchPropertyStrategy.DescriptorImpl, NamedExceptionsBranchPropertyStrategy.DescriptorImpl

public abstract class BranchPropertyStrategyDescriptor extends Descriptor<BranchPropertyStrategy>
The base class for Descriptors or BranchPropertyStrategy instances.
Author:
Stephen Connolly