Class NeedsAwareness

  • All Implemented Interfaces:
    dev.otbe.gitlab.ci.dsl.needs.NeedsAware

    
    public final class NeedsAwareness
     implements NeedsAware
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      NeedsAwareness()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit needs(Job job) Adds a dependency to the job.
      Unit needs(List<Job> jobs) Adds a list of jobs as dependencies to the job.
      Unit needs(String job) Adds a dependency to the job via its name.
      Unit needsAsString(List<String> jobs) Adds a list of jobs as dependencies to the job via their names.
      • Methods inherited from class java.lang.Object

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

      • NeedsAwareness

        NeedsAwareness()