@ParametersAreNullableByDefault public class BasicBuildContext extends Object
Run
, FilePath
, and TaskListener
-
the typical objects passed from one method to the other in a Jenkins Builder/BuildStep implementation.Modifier and Type | Field and Description |
---|---|
TaskListener |
listener |
Run<?,?> |
run |
FilePath |
workspace |
Constructor and Description |
---|
BasicBuildContext(Run<?,?> run,
FilePath workspace,
TaskListener listener) |
@Nullable @CheckForNull public final Run<?,?> run
@Nullable @CheckForNull public final FilePath workspace
@Nullable @CheckForNull public final TaskListener listener
Copyright © 2016–2023. All rights reserved.