Package io.github.cdklabs.projen.github
Interface UploadArtifactOptions
-
- All Superinterfaces:
JobStepConfiguration,software.amazon.jsii.JsiiSerializable,StepConfiguration
- All Known Implementing Classes:
UploadArtifactOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.092Z") @Stability(Experimental) public interface UploadArtifactOptions extends software.amazon.jsii.JsiiSerializable, JobStepConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUploadArtifactOptions.BuilderA builder forUploadArtifactOptionsstatic classUploadArtifactOptions.Jsii$ProxyAn implementation forUploadArtifactOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static UploadArtifactOptions.Builderbuilder()UploadArtifactWithgetWith()(experimental) Options forupload-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 UploadArtifactWith getWith()
(experimental) Options forupload-artifact.
-
builder
@Stability(Experimental) static UploadArtifactOptions.Builder builder()
- Returns:
- a
UploadArtifactOptions.BuilderofUploadArtifactOptions
-
-