Uses of Interface
io.github.cdklabs.projen.github.workflows.StepConfiguration
-
Packages that use StepConfiguration Package Description io.github.cdklabs.projen.github io.github.cdklabs.projen.github.workflows -
-
Uses of StepConfiguration in io.github.cdklabs.projen.github
Subinterfaces of StepConfiguration in io.github.cdklabs.projen.github Modifier and Type Interface Description interfaceCheckoutOptionsinterfaceDownloadArtifactOptionsinterfaceSetupGitIdentityOptionsinterfaceUploadArtifactOptionsClasses in io.github.cdklabs.projen.github that implement StepConfiguration 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 forUploadArtifactOptions -
Uses of StepConfiguration in io.github.cdklabs.projen.github.workflows
Subinterfaces of StepConfiguration in io.github.cdklabs.projen.github.workflows Modifier and Type Interface Description interfaceJobStep(experimental) JobSteps run as part of a GitHub Workflow Job.interfaceJobStepConfiguration(experimental) These settings are unique to a JobStep from the fields contained within the metadata action.yaml file present in when creating a new GitHub Action.interfaceStep(experimental) This contains the fields that are common amongst both: - JobStep, which is a step that is part of a Job in Github Actions.Classes in io.github.cdklabs.projen.github.workflows that implement StepConfiguration Modifier and Type Class Description static classJobStep.Jsii$ProxyAn implementation forJobStepstatic classJobStepConfiguration.Jsii$ProxyAn implementation forJobStepConfigurationstatic classStep.Jsii$ProxyAn implementation forStepstatic classStepConfiguration.Jsii$ProxyAn implementation forStepConfigurationMethods in io.github.cdklabs.projen.github.workflows that return StepConfiguration Modifier and Type Method Description StepConfigurationStepConfiguration.Builder. build()Builds the configured instance.
-