public class KubernetesEngineBuilder extends Builder implements SimpleBuildStep, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
KubernetesEngineBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
KubernetesEngineBuilder()
Constructs a new
KubernetesEngineBuilder. |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
String |
getCredentialsId() |
String |
getManifestPattern() |
String |
getProjectId() |
BuildStepMonitor |
getRequiredMonitorService() |
String |
getZone() |
boolean |
isVerifyDeployments() |
boolean |
isVerifyServices() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
setClusterName(String clusterName) |
void |
setCredentialsId(String credentialsId) |
void |
setManifestPattern(String manifestPattern) |
void |
setProjectId(String projectId) |
void |
setVerifyDeployments(boolean verifyDeployments) |
void |
setVerifyServices(boolean verifyServices) |
void |
setZone(String zone) |
all, getDescriptor, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public KubernetesEngineBuilder()
KubernetesEngineBuilder.public String getCredentialsId()
@DataBoundSetter public void setCredentialsId(String credentialsId)
public String getProjectId()
@DataBoundSetter public void setProjectId(String projectId)
public String getZone()
@DataBoundSetter public void setZone(String zone)
public String getClusterName()
@DataBoundSetter public void setClusterName(String clusterName)
public String getManifestPattern()
@DataBoundSetter public void setManifestPattern(String manifestPattern)
@DataBoundSetter public void setVerifyDeployments(boolean verifyDeployments)
public boolean isVerifyDeployments()
@DataBoundSetter public void setVerifyServices(boolean verifyServices)
public boolean isVerifyServices()
public void perform(@Nonnull Run<?,?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws AbortException, InterruptedException, IOException
perform in interface SimpleBuildStepAbortExceptionInterruptedExceptionIOExceptionpublic BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface BuildStepgetRequiredMonitorService in class BuilderCopyright © 2016–2019 Google. All rights reserved.