Package dev.otbe.gitlab.ci.dsl.needs
Interface NeedsAware
-
- All Implemented Interfaces:
public interface NeedsAware
-
-
Method Summary
Modifier and Type Method Description abstract Unitneeds(Job job)Adds a dependency to the job. abstract Unitneeds(List<Job> jobs)Adds a list of jobs as dependencies to the job. abstract Unitneeds(String job)Adds a dependency to the job via its name. abstract UnitneedsAsString(List<String> jobs)Adds a list of jobs as dependencies to the job via their names. -
-
Method Detail
-
needsAsString
abstract Unit needsAsString(List<String> jobs)
Adds a list of jobs as dependencies to the job via their names.
-
-
-
-