Class DetectCommandsFactory


  • public class DetectCommandsFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NULL_WORKSPACE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DetectPipelineCommands fromPipeline​(hudson.model.TaskListener listener, hudson.EnvVars envVars, hudson.Launcher launcher, hudson.model.Node node, hudson.FilePath workspace)  
      static DetectFreestyleCommands fromPostBuild​(hudson.model.AbstractBuild<?,​?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fromPostBuild

        public static DetectFreestyleCommands fromPostBuild​(hudson.model.AbstractBuild<?,​?> build,
                                                            hudson.Launcher launcher,
                                                            hudson.model.BuildListener listener)
                                                     throws java.io.IOException,
                                                            java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException
      • fromPipeline

        public static DetectPipelineCommands fromPipeline​(hudson.model.TaskListener listener,
                                                          hudson.EnvVars envVars,
                                                          hudson.Launcher launcher,
                                                          hudson.model.Node node,
                                                          hudson.FilePath workspace)
                                                   throws hudson.AbortException
        Throws:
        hudson.AbortException