Package dev.otbe.gitlab.ci.core.model
Class Rule
-
- All Implemented Interfaces:
@Serializable() public final class Rule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRule.Whenpublic final classRule.Change
-
Method Summary
Modifier and Type Method Description final StringgetIf()final Rule.ChangegetChanges()final List<String>getExists()final BooleangetAllowFailure()final Map<String, String>getVariables()final Rule.WhengetWhen()-
-
Method Detail
-
getChanges
final Rule.Change getChanges()
-
getAllowFailure
final Boolean getAllowFailure()
-
getVariables
final Map<String, String> getVariables()
-
-
-
-