Uses of Interface
org.jvnet.hudson.reactor.Milestone
-
Uses of Milestone in org.jvnet.hudson.reactor
Modifier and TypeInterfaceDescriptionstatic interface
Handle to the task.Modifier and TypeMethodDescriptionCollection<? extends Milestone>
Task.attains()
Indicates the milestones that this initializer contributes.Collection<? extends Milestone>
Task.requires()
Indicates the milestones necessary before executing this.Modifier and TypeMethodDescriptionGiven milestones will be set as achievements for the next task.Designates that the execution of this task contributes to the given milestone.void
ReactorListener.Aggregator.onAttained
(Milestone milestone) default void
ReactorListener.onAttained
(Milestone milestone) Indicates that the following milestone was attained.Adds a pre-requisite to this task.Adds pre-requisites to this task.Given milestones will be set as pre-requisites for the next task to be added.Modifier and TypeMethodDescriptionTaskGraphBuilder.Handle.attains
(Collection<? extends Milestone> m) TaskGraphBuilder.Handle.requires
(Collection<? extends Milestone> m)