For example, your {@link Builder} can add an {@link EnvironmentContributingAction} so thatthe rest of the builders or publishers see some behavior changes. Another use case is for you to {@linkplain Queue#schedule(Task,int,Action) submit a job} with{@link EnvironmentContributingAction}s. @author Kohsuke Kawaguchi @since 1.318 @see AbstractBuild#getEnvironment(TaskListener) @see BuildWrapper
|
|