Class BasicBuildContext
java.lang.Object
org.jenkinsci.plugins.ParameterizedRemoteTrigger.BasicBuildContext
- Direct Known Subclasses:
BuildContext
This object wraps a
The reason for wrapping is simplicity.
Run
, FilePath
, and TaskListener
-
the typical objects passed from one method to the other in a Jenkins Builder/BuildStep implementation.The reason for wrapping is simplicity.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
run
-
workspace
-
listener
-
-
Constructor Details
-
BasicBuildContext
public BasicBuildContext(@Nullable Run<?, ?> run, @Nullable FilePath workspace, @Nullable TaskListener listener)
-