com.sonyericsson.jenkins.plugins.bfa.model
Class ScannerOffJobProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by com.sonyericsson.jenkins.plugins.bfa.model.ScannerOffJobProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep, Serializable

Deprecated. 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

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
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

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 a ScannerJobProperty.

Returns:
an instance of ScannerJobProperty with the same data.


Copyright © 2004-2014. All Rights Reserved.