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

      public Object readResolve()
      Deprecated.
      De-serialize this object to a ScannerJobProperty.
      Returns:
      an instance of ScannerJobProperty with the same data.