Uses of Interface
org.jvnet.hudson.reactor.Milestone
-
Uses of Milestone in org.jvnet.hudson.reactor
Subinterfaces of Milestone in org.jvnet.hudson.reactorModifier and TypeInterfaceDescriptionstatic interface
Handle to the task.Classes in org.jvnet.hudson.reactor that implement MilestoneMethods in org.jvnet.hudson.reactor that return types with arguments of type MilestoneModifier 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.Methods in org.jvnet.hudson.reactor with parameters of type MilestoneModifier 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.Method parameters in org.jvnet.hudson.reactor with type arguments of type MilestoneModifier and TypeMethodDescriptionTaskGraphBuilder.Handle.attains
(Collection<? extends Milestone> m) TaskGraphBuilder.Handle.requires
(Collection<? extends Milestone> m)