public abstract class CloudShellBuildStep extends Object implements hudson.model.Describable<CloudShellBuildStep>
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudShellBuildStep.CSBuildStepDescriptor |
| Modifier and Type | Field and Description |
|---|---|
protected com.quali.cloudshell.SandboxApiGateway |
csServer |
| Constructor and Description |
|---|
CloudShellBuildStep() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<CloudShellBuildStep,CloudShellBuildStep.CSBuildStepDescriptor> |
all() |
com.quali.cloudshell.SandboxApiGateway |
getCsServer() |
CloudShellBuildStep.CSBuildStepDescriptor |
getDescriptor() |
abstract boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
com.quali.cloudshell.QsServerDetails server) |
public com.quali.cloudshell.SandboxApiGateway getCsServer()
public static hudson.DescriptorExtensionList<CloudShellBuildStep,CloudShellBuildStep.CSBuildStepDescriptor> all()
public abstract boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
com.quali.cloudshell.QsServerDetails server)
throws Exception
Exceptionpublic CloudShellBuildStep.CSBuildStepDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<CloudShellBuildStep>Copyright © 2016–2017. All rights reserved.