public class ScannerJobProperty extends hudson.model.JobProperty<hudson.model.Job<?,?>> implements hudson.matrix.MatrixAggregatable, Serializable
MatrixAggregatable
Modifier and Type | Class and Description |
---|---|
static class |
ScannerJobProperty.ScannerJobPropertyDescriptor
Descriptor for
ScannerJobProperty . |
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,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
hudson.model.Action |
getJobAction(hudson.model.Job<?,?> job) |
boolean |
isDoNotScan()
The value.
|
@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 hudson.model.Action getJobAction(hudson.model.Job<?,?> job)
getJobAction
in class hudson.model.JobProperty<hudson.model.Job<?,?>>
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
createAggregator
in interface hudson.matrix.MatrixAggregatable
Copyright © 2016–2020. All rights reserved.