Interface ProjectTarget
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProjectTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-22T23:06:41.455Z") @Stability(Stable) public interface ProjectTarget extends software.amazon.jsii.JsiiSerializable
Project Target.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProjectTarget.BuilderA builder forProjectTargetstatic classProjectTarget.Jsii$ProxyAn implementation forProjectTarget
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ProjectTarget.Builderbuilder()List<TargetDependency>getDependsOn()List of Target Dependencies.default List<String>getOutputs()List of outputs to cache, relative to the root of the monorepo.
-
-
-
Method Detail
-
getDependsOn
@Stability(Stable) @NotNull List<TargetDependency> getDependsOn()
List of Target Dependencies.
-
getOutputs
@Stability(Stable) @Nullable default List<String> getOutputs()
List of outputs to cache, relative to the root of the monorepo.note: must start with leading /
-
builder
@Stability(Stable) static ProjectTarget.Builder builder()
- Returns:
- a
ProjectTarget.BuilderofProjectTarget
-
-