Package dev.otbe.gitlab.ci.dsl.paths
Interface PathsAware
-
- All Implemented Interfaces:
public interface PathsAware
-
-
Method Summary
Modifier and Type Method Description abstract Unitpaths(List<Path> paths)Configures a list of paths to be used in cache, artifacts or rules. abstract Unitpaths(Path path)Configures a list of paths to be used in cache, artifacts or rules. abstract UnitpathsAsString(List<String> paths)Configures a list of paths to be used in cache, artifacts or rules. abstract Unitpaths(String path)Configures a list of paths to be used in cache, artifacts or rules. -
-
Method Detail
-
paths
abstract Unit paths(List<Path> paths)
Configures a list of paths to be used in cache, artifacts or rules.
-
paths
abstract Unit paths(Path path)
Configures a list of paths to be used in cache, artifacts or rules.
-
pathsAsString
abstract Unit pathsAsString(List<String> paths)
Configures a list of paths to be used in cache, artifacts or rules.
-
-
-
-