Class GenericBuildStep
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- org.jenkinsci.plugins.kubernetes.cli.GenericBuildStep
-
- All Implemented Interfaces:
Serializable
public class GenericBuildStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericBuildStep(List<KubectlCredential> credentials, Boolean restrictKubeConfigAccess, org.jenkinsci.plugins.workflow.steps.StepContext context)
GenericBuildStep(List<KubectlCredential> credentials, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
start()
void
stop(Throwable cause)
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
-
-
-
-
Constructor Detail
-
GenericBuildStep
public GenericBuildStep(List<KubectlCredential> credentials, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
GenericBuildStep
public GenericBuildStep(List<KubectlCredential> credentials, Boolean restrictKubeConfigAccess, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-