ScannerJobProperty
is used instead, but this is kept to be able to de-serialize old jobs.@Deprecated public class ScannerOffJobProperty extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>> implements Serializable
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 . |
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–2021. All rights reserved.