Class ScannerOffJobProperty
java.lang.Object
hudson.model.JobProperty<AbstractProject<?,?>>
com.sonyericsson.jenkins.plugins.bfa.model.ScannerOffJobProperty
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
,Serializable
@Deprecated
public class ScannerOffJobProperty
extends JobProperty<AbstractProject<?,?>>
implements Serializable
Deprecated.
A JobProperty that flags a job that should not be scanned.
- Author:
- Robert Sandell <robert.sandell@sonyericsson.com>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.JobProperty
owner
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
ConstructorDescriptionDeprecated.Default Constructor.ScannerOffJobProperty
(boolean doNotScan) Deprecated.Standard Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.The value.Deprecated.De-serialize this object to aScannerJobProperty
.Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, reconfigure, setOwner
-
Constructor Details
-
ScannerOffJobProperty
public ScannerOffJobProperty(boolean doNotScan) Deprecated.Standard Constructor.- Parameters:
doNotScan
- signal that builds of this job should not be scanned.
-
ScannerOffJobProperty
public ScannerOffJobProperty()Deprecated.Default Constructor. Do not use unless you are a serializer!
-
-
Method Details
-
isDoNotScan
public boolean isDoNotScan()Deprecated.The value. True turns the scanner off.- Returns:
- if no scan should be done.
-
readResolve
Deprecated.De-serialize this object to aScannerJobProperty
.- Returns:
- an instance of
ScannerJobProperty
with the same data.
-
ScannerJobProperty
is used instead, but this is kept to be able to de-serialize old jobs.