Uses of Interface
org.jvnet.hudson.reactor.Milestone
-
-
Uses of Milestone in org.jvnet.hudson.reactor
Subinterfaces of Milestone in org.jvnet.hudson.reactor Modifier and Type Interface Description static interfaceTaskGraphBuilder.HandleHandle to the task.Classes in org.jvnet.hudson.reactor that implement Milestone Modifier and Type Class Description classMilestoneImplDefaultMilestoneimplementation.Methods in org.jvnet.hudson.reactor that return types with arguments of type Milestone Modifier and Type Method Description Collection<? 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 Milestone Modifier and Type Method Description TaskGraphBuilderTaskGraphBuilder. attains(Milestone... milestones)Given milestones will be set as achievements for the next task.TaskGraphBuilder.HandleTaskGraphBuilder.Handle. attains(Milestone m)Designates that the execution of this task contributes to the given milestone.voidReactorListener.Aggregator. onAttained(Milestone milestone)default voidReactorListener. onAttained(Milestone milestone)Indicates that the following milestone was attained.TaskGraphBuilder.HandleTaskGraphBuilder.Handle. requires(Milestone m)Adds a pre-requisite to this task.TaskGraphBuilder.HandleTaskGraphBuilder.Handle. requires(Milestone... m)Adds pre-requisites to this task.TaskGraphBuilderTaskGraphBuilder. requires(Milestone... milestones)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 Milestone Modifier and Type Method Description TaskGraphBuilder.HandleTaskGraphBuilder.Handle. attains(Collection<? extends Milestone> m)TaskGraphBuilder.HandleTaskGraphBuilder.Handle. requires(Collection<? extends Milestone> m)
-