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.ScannerJobProperty
is used instead, but this is kept to be able to de-serialize old jobs.A JobProperty that flags a job that should not be scanned.- Author:
- Robert Sandell <robert.sandell@sonyericsson.com>
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description ScannerOffJobProperty()
Deprecated.Default Constructor.ScannerOffJobProperty(boolean doNotScan)
Deprecated.Standard Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isDoNotScan()
Deprecated.The value.Object
readResolve()
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, setOwner
-
-
-
-
Constructor Detail
-
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 Detail
-
isDoNotScan
public boolean isDoNotScan()
Deprecated.The value. True turns the scanner off.- Returns:
- if no scan should be done.
-
readResolve
public Object readResolve()
Deprecated.De-serialize this object to aScannerJobProperty
.- Returns:
- an instance of
ScannerJobProperty
with the same data.
-
-