Class KubernetesEngineBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
com.google.jenkins.plugins.k8sengine.KubernetesEngineBuilder
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
,Serializable
,SimpleBuildStep
Provides a build step for publishing build artifacts to a Kubernetes cluster running on GKE.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
-
Field Summary
FieldsFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getZone()
Deprecated.boolean
boolean
boolean
void
perform
(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) void
setCluster
(String cluster) void
setClusterName
(String clusterName) void
setCredentialsId
(String credentialsId) void
setLocation
(String location) void
setManifestPattern
(String manifestPattern) void
setNamespace
(String namespace) void
setProjectId
(String projectId) void
setVerboseLogging
(boolean verboseLogging) void
setVerifyDeployments
(boolean verifyDeployments) void
setVerifyServices
(boolean verifyServices) void
setVerifyTimeoutInMinutes
(int verifyTimeoutInMinutes) void
Deprecated.Methods inherited from class hudson.tasks.Builder
all, getDescriptor, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuild
Methods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
KubernetesEngineBuilder
@DataBoundConstructor public KubernetesEngineBuilder()Constructs a newKubernetesEngineBuilder
.
-
-
Method Details
-
getCredentialsId
-
setCredentialsId
-
getProjectId
-
setProjectId
-
getZone
Deprecated. -
setZone
Deprecated. -
getLocation
-
setLocation
-
getClusterName
-
setClusterName
-
getCluster
-
setCluster
-
getNamespace
-
setNamespace
-
getManifestPattern
-
setManifestPattern
-
setVerifyDeployments
@DataBoundSetter public void setVerifyDeployments(boolean verifyDeployments) -
isVerifyDeployments
public boolean isVerifyDeployments() -
setVerifyServices
@DataBoundSetter public void setVerifyServices(boolean verifyServices) -
isVerifyServices
public boolean isVerifyServices() -
getVerifyTimeoutInMinutes
public int getVerifyTimeoutInMinutes() -
setVerifyTimeoutInMinutes
@DataBoundSetter public void setVerifyTimeoutInMinutes(int verifyTimeoutInMinutes) -
isVerboseLogging
public boolean isVerboseLogging() -
setVerboseLogging
@DataBoundSetter public void setVerboseLogging(boolean verboseLogging) -
perform
public void perform(@NonNull Run<?, ?> run, @NonNull FilePath workspace, @NonNull Launcher launcher, @NonNull TaskListener listener) throws InterruptedException, IOException- Specified by:
perform
in interfaceSimpleBuildStep
- Throws:
InterruptedException
IOException
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorService
in interfaceBuildStep
- Overrides:
getRequiredMonitorService
in classBuilder
-