public class ScannerJobProperty extends JobProperty<Job<?,?>> implements hudson.matrix.MatrixAggregatable, Serializable
MatrixAggregatable
Modifier and Type | Class and Description |
---|---|
static class |
ScannerJobProperty.ScannerJobPropertyDescriptor
Descriptor for
ScannerJobProperty . |
ExtensionPoint.LegacyInstancesAreScopedToHudson
BuildStep.PublisherList
owner
BUILDERS, PUBLISHERS
Constructor and Description |
---|
ScannerJobProperty()
Default Constructor.
|
ScannerJobProperty(boolean doNotScan)
Standard DataBound Constructor.
|
Modifier and Type | Method and Description |
---|---|
hudson.matrix.MatrixAggregator |
createAggregator(hudson.matrix.MatrixBuild build,
Launcher launcher,
BuildListener listener) |
Action |
getJobAction(Job<?,?> job) |
boolean |
isDoNotScan()
The value.
|
getDescriptor, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
@DataBoundConstructor public ScannerJobProperty(boolean doNotScan)
doNotScan
- signal that builds of this job should not be scanned.public ScannerJobProperty()
public boolean isDoNotScan()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public Action getJobAction(Job<?,?> job)
getJobAction
in class JobProperty<Job<?,?>>
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
createAggregator
in interface hudson.matrix.MatrixAggregatable
Copyright © 2016–2019. All rights reserved.