@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:09.467Z") @Stability(value=Experimental) public class FileSet extends software.amazon.jsii.JsiiObject implements IFileSetProducer
Individual steps in the pipeline produce or consume
FileSets.
software.amazon.jsii.JsiiObject.InitializationModeIFileSetProducer.Jsii$Default, IFileSetProducer.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
FileSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FileSet(software.amazon.jsii.JsiiObjectRef objRef) |
|
FileSet(String id) |
|
FileSet(String id,
Step producer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
(experimental) Human-readable descriptor for this file set (does not need to be unique).
|
FileSet |
getPrimaryOutput()
(experimental) The primary output of a file set producer.
|
Step |
getProducer()
(experimental) The Step that produces this FileSet.
|
void |
producedBy()
(experimental) Mark the given Step as the producer for this FileSet.
|
void |
producedBy(Step producer)
(experimental) Mark the given Step as the producer for this FileSet.
|
String |
toString()
(experimental) Return a string representation of this FileSet.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FileSet(software.amazon.jsii.JsiiObjectRef objRef)
protected FileSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public FileSet(@NotNull
String id,
@Nullable
Step producer)
id - Human-readable descriptor for this file set (does not need to be unique). This parameter is required.producer - @Stability(value=Experimental)
public FileSet(@NotNull
String id)
id - Human-readable descriptor for this file set (does not need to be unique). This parameter is required.@Stability(value=Experimental)
public void producedBy(@Nullable
Step producer)
This method can only be called once.
producer - @Stability(value=Experimental) public void producedBy()
This method can only be called once.
@Stability(value=Experimental) @NotNull public String toString()
@Stability(value=Experimental) @NotNull public String getId()
@Stability(value=Experimental) @NotNull public Step getProducer()
@Stability(value=Experimental) @Nullable public FileSet getPrimaryOutput()
The primary output of a FileSet is itself.
getPrimaryOutput in interface IFileSetProducerCopyright © 2021. All rights reserved.