Package dev.otbe.gitlab.ci.dsl.paths
Class PathsAwareness
-
- All Implemented Interfaces:
-
dev.otbe.gitlab.ci.dsl.paths.PathsAware
public final class PathsAwareness implements PathsAware
-
-
Constructor Summary
Constructors Constructor Description PathsAwareness()
-
Method Summary
Modifier and Type Method Description Unitpaths(List<Path> paths)Configures a list of paths to be used in cache, artifacts or rules. Unitpaths(Path path)Configures a list of paths to be used in cache, artifacts or rules. UnitpathsAsString(List<String> paths)Configures a list of paths to be used in cache, artifacts or rules. Unitpaths(String path)Configures a list of paths to be used in cache, artifacts or rules.
-