Class WorkflowJobProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
Job property which can specially affect behavior of the project.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.JobProperty
owner
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondecorateACL
(ACL acl) Allows a property to control permissions related to the job.Allows a property to control whetherWorkflowJob.isBuildable()
.Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, reconfigure, setOwner
-
Constructor Details
-
WorkflowJobProperty
public WorkflowJobProperty()
-
-
Method Details
-
decorateACL
Allows a property to control permissions related to the job. -
isBuildable
Allows a property to control whetherWorkflowJob.isBuildable()
.- Returns:
- a value, or null to have no effect
-