public class DetectServicesFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
DetectArgumentService |
createDetectArgumentService() |
DetectEnvironmentService |
createDetectEnvironmentService() |
DetectStrategyService |
createDetectStrategyService() |
JenkinsBuildService |
createJenkinsBuildService() |
JenkinsConfigService |
createJenkinsConfigService() |
JenkinsRemotingService |
createJenkinsRemotingService() |
static DetectServicesFactory |
fromPipeline(hudson.model.TaskListener listener,
hudson.EnvVars envVars,
hudson.Launcher launcher,
hudson.FilePath workspace) |
static DetectServicesFactory |
fromPostBuild(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
com.synopsys.integration.jenkins.extensions.JenkinsIntLogger |
getLogger() |
public static DetectServicesFactory fromPostBuild(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic static DetectServicesFactory fromPipeline(hudson.model.TaskListener listener, hudson.EnvVars envVars, hudson.Launcher launcher, hudson.FilePath workspace)
public DetectArgumentService createDetectArgumentService()
public DetectEnvironmentService createDetectEnvironmentService()
public DetectStrategyService createDetectStrategyService() throws hudson.AbortException
hudson.AbortExceptionpublic JenkinsRemotingService createJenkinsRemotingService() throws hudson.AbortException
hudson.AbortExceptionpublic JenkinsBuildService createJenkinsBuildService()
public JenkinsConfigService createJenkinsConfigService()
public com.synopsys.integration.jenkins.extensions.JenkinsIntLogger getLogger()