Uses of Interface
io.github.cdklabs.projen.github.workflows.JobStepConfiguration
-
Packages that use JobStepConfiguration Package Description io.github.cdklabs.projen.github io.github.cdklabs.projen.github.workflows io.github.cdklabs.projen.javascript -
-
Uses of JobStepConfiguration in io.github.cdklabs.projen.github
Subinterfaces of JobStepConfiguration in io.github.cdklabs.projen.github Modifier and Type Interface Description interfaceCheckoutOptionsinterfaceDownloadArtifactOptionsinterfaceSetupGitIdentityOptionsinterfaceUploadArtifactOptionsClasses in io.github.cdklabs.projen.github that implement JobStepConfiguration Modifier and Type Class Description static classCheckoutOptions.Jsii$ProxyAn implementation forCheckoutOptionsstatic classDownloadArtifactOptions.Jsii$ProxyAn implementation forDownloadArtifactOptionsstatic classSetupGitIdentityOptions.Jsii$ProxyAn implementation forSetupGitIdentityOptionsstatic classUploadArtifactOptions.Jsii$ProxyAn implementation forUploadArtifactOptionsMethods in io.github.cdklabs.projen.github with parameters of type JobStepConfiguration Modifier and Type Method Description static JobStepWorkflowSteps. tagExists(String tag, JobStepConfiguration options)(experimental) Checks if a tag exists. -
Uses of JobStepConfiguration in io.github.cdklabs.projen.github.workflows
Subinterfaces of JobStepConfiguration in io.github.cdklabs.projen.github.workflows Modifier and Type Interface Description interfaceJobStep(experimental) JobSteps run as part of a GitHub Workflow Job.Classes in io.github.cdklabs.projen.github.workflows that implement JobStepConfiguration Modifier and Type Class Description static classJobStep.Jsii$ProxyAn implementation forJobStepstatic classJobStepConfiguration.Jsii$ProxyAn implementation forJobStepConfigurationMethods in io.github.cdklabs.projen.github.workflows that return JobStepConfiguration Modifier and Type Method Description JobStepConfigurationJobStepConfiguration.Builder. build()Builds the configured instance. -
Uses of JobStepConfiguration in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return JobStepConfiguration Modifier and Type Method Description default JobStepConfigurationRenderWorkflowSetupOptions. getInstallStepConfiguration()(experimental) Configure the install step in the workflow setup.JobStepConfigurationRenderWorkflowSetupOptions.Jsii$Proxy. getInstallStepConfiguration()Methods in io.github.cdklabs.projen.javascript with parameters of type JobStepConfiguration Modifier and Type Method Description RenderWorkflowSetupOptions.BuilderRenderWorkflowSetupOptions.Builder. installStepConfiguration(JobStepConfiguration installStepConfiguration)Sets the value ofRenderWorkflowSetupOptions.getInstallStepConfiguration()
-