public class ExecutePolarisCli
extends java.lang.Object
implements com.synopsys.integration.stepworkflow.SubStep<java.lang.String,java.lang.Integer>
| Constructor and Description |
|---|
ExecutePolarisCli(com.synopsys.integration.jenkins.extensions.JenkinsIntLogger logger,
hudson.Launcher launcher,
com.synopsys.integration.util.IntEnvironmentVariables intEnvironmentVariables,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
java.lang.String polarisArguments) |
| Modifier and Type | Method and Description |
|---|---|
com.synopsys.integration.stepworkflow.SubStepResponse<java.lang.Integer> |
run(com.synopsys.integration.stepworkflow.SubStepResponse<? extends java.lang.String> previousResponse) |
public ExecutePolarisCli(com.synopsys.integration.jenkins.extensions.JenkinsIntLogger logger,
hudson.Launcher launcher,
com.synopsys.integration.util.IntEnvironmentVariables intEnvironmentVariables,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
java.lang.String polarisArguments)
public com.synopsys.integration.stepworkflow.SubStepResponse<java.lang.Integer> run(com.synopsys.integration.stepworkflow.SubStepResponse<? extends java.lang.String> previousResponse)
run in interface com.synopsys.integration.stepworkflow.SubStep<java.lang.String,java.lang.Integer>