ScannerJobProperty
is used instead, but this is kept to be able to de-serialize old jobs.@Deprecated public class ScannerOffJobProperty extends JobProperty<AbstractProject<?,?>> implements Serializable
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
owner
BUILDERS, PUBLISHERS
Constructor and Description |
---|
ScannerOffJobProperty()
Deprecated.
Default Constructor.
|
ScannerOffJobProperty(boolean doNotScan)
Deprecated.
Standard Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDoNotScan()
Deprecated.
The value.
|
Object |
readResolve()
Deprecated.
De-serialize this object to a
ScannerJobProperty . |
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
public ScannerOffJobProperty(boolean doNotScan)
doNotScan
- signal that builds of this job should not be scanned.public ScannerOffJobProperty()
public boolean isDoNotScan()
public Object readResolve()
ScannerJobProperty
.ScannerJobProperty
with the same data.Copyright © 2016–2019. All rights reserved.