|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
com.sonyericsson.jenkins.plugins.bfa.model.ScannerOffJobProperty
ScannerJobProperty
is used instead, but this is kept to be able to de-serialize old jobs.
@Deprecated public class ScannerOffJobProperty
A JobProperty that flags a job that should not be scanned.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
---|
hudson.tasks.BuildStep.PublisherList |
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Field Summary |
---|
Fields inherited from class hudson.model.JobProperty |
---|
owner |
Fields inherited from interface hudson.tasks.BuildStep |
---|
BUILDERS, PUBLISHERS |
Constructor Summary | |
---|---|
ScannerOffJobProperty()
Deprecated. Default Constructor. |
|
ScannerOffJobProperty(boolean doNotScan)
Deprecated. Standard Constructor. |
Method Summary | |
---|---|
boolean |
isDoNotScan()
Deprecated. The value. |
Object |
readResolve()
Deprecated. De-serialize this object to a ScannerJobProperty . |
Methods inherited from class hudson.model.JobProperty |
---|
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScannerOffJobProperty(boolean doNotScan)
doNotScan
- signal that builds of this job should not be scanned.public ScannerOffJobProperty()
Method Detail |
---|
public boolean isDoNotScan()
public Object readResolve()
ScannerJobProperty
.
ScannerJobProperty
with the same data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |