Package dev.otbe.gitlab.ci.dsl.rules
Class ChangeBuilder
-
- All Implemented Interfaces:
-
dev.otbe.gitlab.ci.dsl.Builder,dev.otbe.gitlab.ci.dsl.paths.PathsAware
public class ChangeBuilder implements Builder<Rule.Change>, PathsAware
-
-
Constructor Summary
Constructors Constructor Description ChangeBuilder(PathsAwareness pathsAwareness)
-
Method Summary
Modifier and Type Method Description final List<String>getCompareTo()final UnitsetCompareTo(List<String> compareTo)Rule.Changebuild()-
-
Constructor Detail
-
ChangeBuilder
ChangeBuilder(PathsAwareness pathsAwareness)
-
-
Method Detail
-
getCompareTo
final List<String> getCompareTo()
-
setCompareTo
final Unit setCompareTo(List<String> compareTo)
-
build
Rule.Change build()
-
-
-
-