Package io.github.cdklabs.projen.github
Interface DownloadArtifactOptions
-
- All Superinterfaces:
JobStepConfiguration,software.amazon.jsii.JsiiSerializable,StepConfiguration
- All Known Implementing Classes:
DownloadArtifactOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.068Z") @Stability(Experimental) public interface DownloadArtifactOptions extends software.amazon.jsii.JsiiSerializable, JobStepConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDownloadArtifactOptions.BuilderA builder forDownloadArtifactOptionsstatic classDownloadArtifactOptions.Jsii$ProxyAn implementation forDownloadArtifactOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DownloadArtifactOptions.Builderbuilder()DownloadArtifactWithgetWith()(experimental) Options fordownload-artifact.-
Methods inherited from interface io.github.cdklabs.projen.github.workflows.JobStepConfiguration
getContinueOnError, getTimeoutMinutes
-
Methods inherited from interface io.github.cdklabs.projen.github.workflows.StepConfiguration
getEnv, getId, getIfValue, getName, getWorkingDirectory
-
-
-
-
Method Detail
-
getWith
@Stability(Experimental) @NotNull DownloadArtifactWith getWith()
(experimental) Options fordownload-artifact.
-
builder
@Stability(Experimental) static DownloadArtifactOptions.Builder builder()
- Returns:
- a
DownloadArtifactOptions.BuilderofDownloadArtifactOptions
-
-