Uses of Interface
io.github.cdklabs.cdkpipelines.github.JobStep
-
-
Uses of JobStep in io.github.cdklabs.cdkpipelines.github
Classes in io.github.cdklabs.cdkpipelines.github that implement JobStep Modifier and Type Class Description static classJobStep.Jsii$ProxyAn implementation forJobStepMethods in io.github.cdklabs.cdkpipelines.github that return JobStep Modifier and Type Method Description JobStepJobStep.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.cdkpipelines.github that return types with arguments of type JobStep Modifier and Type Method Description default List<JobStep>GitHubWorkflowProps. getPostBuildSteps()GitHub workflow steps to execute after build.List<JobStep>GitHubWorkflowProps.Jsii$Proxy. getPostBuildSteps()default List<JobStep>GitHubWorkflowProps. getPreBuildSteps()GitHub workflow steps to execute before build.List<JobStep>GitHubWorkflowProps.Jsii$Proxy. getPreBuildSteps()List<JobStep>Job. getSteps()A job contains a sequence of tasks called steps.List<JobStep>Job.Jsii$Proxy. getSteps()Method parameters in io.github.cdklabs.cdkpipelines.github with type arguments of type JobStep Modifier and Type Method Description GitHubWorkflow.BuilderGitHubWorkflow.Builder. postBuildSteps(List<? extends JobStep> postBuildSteps)GitHub workflow steps to execute after build.GitHubWorkflowProps.BuilderGitHubWorkflowProps.Builder. postBuildSteps(List<? extends JobStep> postBuildSteps)Sets the value ofGitHubWorkflowProps.getPostBuildSteps()GitHubWorkflow.BuilderGitHubWorkflow.Builder. preBuildSteps(List<? extends JobStep> preBuildSteps)GitHub workflow steps to execute before build.GitHubWorkflowProps.BuilderGitHubWorkflowProps.Builder. preBuildSteps(List<? extends JobStep> preBuildSteps)Sets the value ofGitHubWorkflowProps.getPreBuildSteps()Job.BuilderJob.Builder. steps(List<? extends JobStep> steps)Sets the value ofJob.getSteps()
-