Class ProbelyScanBuilder

All Implemented Interfaces:
ExtensionPoint, Describable<Builder>, BuildStep, SimpleBuildStep

public class ProbelyScanBuilder extends Builder implements SimpleBuildStep
  • Constructor Details

    • ProbelyScanBuilder

      @DataBoundConstructor public ProbelyScanBuilder(String targetId)
  • Method Details

    • getTargetId

      public String getTargetId()
    • getCredentialsId

      public String getCredentialsId()
    • setCredentialsId

      @DataBoundSetter public void setCredentialsId(String credentialsId)
    • setAuthToken

      @DataBoundSetter public void setAuthToken(String authToken)
    • getWaitForScan

      public boolean getWaitForScan()
    • setWaitForScan

      @DataBoundSetter public void setWaitForScan(boolean waitForScan)
    • getStopIfFailed

      public boolean getStopIfFailed()
    • setStopIfFailed

      @DataBoundSetter public void setStopIfFailed(boolean stopIfFailed)
    • getFailThreshold

      public String getFailThreshold()
    • setFailThreshold

      @DataBoundSetter public void setFailThreshold(String failThreshold)
    • perform

      public void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws IOException
      Specified by:
      perform in interface SimpleBuildStep
      Throws:
      IOException