Package io.github.cdklabs.projen.gitlab
Interface IncludeRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IncludeRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.121Z") @Stability(Experimental) public interface IncludeRule extends software.amazon.jsii.JsiiSerializable
(experimental) Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIncludeRule.BuilderA builder forIncludeRulestatic classIncludeRule.Jsii$ProxyAn implementation forIncludeRule
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IncludeRule.Builderbuilder()default ObjectgetAllowFailure()default List<String>getChanges()default List<String>getExists()default StringgetIfValue()default StringgetStartIn()default Map<String,String>getVariables()default JobWhengetWhen()
-
-
-
Method Detail
-
getAllowFailure
@Stability(Experimental) @Nullable default Object getAllowFailure()
-
getIfValue
@Stability(Experimental) @Nullable default String getIfValue()
-
getStartIn
@Stability(Experimental) @Nullable default String getStartIn()
-
getWhen
@Stability(Experimental) @Nullable default JobWhen getWhen()
-
builder
@Stability(Experimental) static IncludeRule.Builder builder()
- Returns:
- a
IncludeRule.BuilderofIncludeRule
-
-