Package jenkins.branch
Class BuildRetentionBranchProperty
java.lang.Object
hudson.model.AbstractDescribableImpl<BranchProperty>
jenkins.branch.BranchProperty
jenkins.branch.BuildRetentionBranchProperty
- All Implemented Interfaces:
ExtensionPoint,Describable<BranchProperty>
Deprecated.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.<P extends Job<P,B>, B extends Run<P, B>>
JobDecorator<P,B> jobDecorator(Class<P> jobType) Deprecated.Returns aJobDecoratorfor the specific job type.Methods inherited from class jenkins.branch.BranchProperty
asArrayList, decorator, decorator, getDescriptor
-
Constructor Details
-
BuildRetentionBranchProperty
Deprecated.
-
-
Method Details
-
getBuildDiscarder
Deprecated. -
jobDecorator
Deprecated.Description copied from class:BranchPropertyReturns aJobDecoratorfor the specific job type.- Overrides:
jobDecoratorin classBranchProperty- Type Parameters:
P- the type of job.B- the type of run of the job.- Parameters:
jobType- the job class.- Returns:
- a
JobDecoratorornullif none appropriate to this type of job.
-
JobPropertyStep.HideSuperfluousBranchPropertiesfor Pipeline.