Class PathsAwareness

  • All Implemented Interfaces:
    dev.otbe.gitlab.ci.dsl.paths.PathsAware

    
    public final class PathsAwareness
     implements PathsAware
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PathsAwareness()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit paths(List<Path> paths) Configures a list of paths to be used in cache, artifacts or rules.
      Unit paths(Path path) Configures a list of paths to be used in cache, artifacts or rules.
      Unit pathsAsString(List<String> paths) Configures a list of paths to be used in cache, artifacts or rules.
      Unit paths(String path) Configures a list of paths to be used in cache, artifacts or rules.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathsAwareness

        PathsAwareness()
    • Method Detail

      • paths

         Unit paths(List<Path> paths)

        Configures a list of paths to be used in cache, artifacts or rules.

      • paths

         Unit paths(Path path)

        Configures a list of paths to be used in cache, artifacts or rules.

      • paths

         Unit paths(String path)

        Configures a list of paths to be used in cache, artifacts or rules.