Class BranchJobProperty
java.lang.Object
hudson.model.JobProperty<org.jenkinsci.plugins.workflow.job.WorkflowJob>
org.jenkinsci.plugins.workflow.job.WorkflowJobProperty
org.jenkinsci.plugins.workflow.multibranch.BranchJobProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
@ExportedBean
public class BranchJobProperty
extends org.jenkinsci.plugins.workflow.job.WorkflowJobProperty
Marker for jobs based on a specific branch.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
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
-
Method Summary
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, reconfigure, setOwner
-
Method Details
-
getBranch
@Exported @NonNull public jenkins.branch.Branch getBranch() -
decorateACL
- Overrides:
decorateACL
in classorg.jenkinsci.plugins.workflow.job.WorkflowJobProperty
-
isBuildable
- Overrides:
isBuildable
in classorg.jenkinsci.plugins.workflow.job.WorkflowJobProperty
-