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 classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.<P extends Job<P,
B>, B extends Run<P, B>>
JobDecorator<P,B> jobDecorator
(Class<P> jobType) Deprecated.Returns aJobDecorator
for 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:BranchProperty
Returns aJobDecorator
for the specific job type.- Overrides:
jobDecorator
in classBranchProperty
- Type Parameters:
P
- the type of job.B
- the type of run of the job.- Parameters:
jobType
- the job class.- Returns:
- a
JobDecorator
ornull
if none appropriate to this type of job.
-
JobPropertyStep.HideSuperfluousBranchProperties
for Pipeline.