Uses of Class
jenkins.tasks.SimpleBuildWrapper.Context
-
Packages that use SimpleBuildWrapper.Context Package Description jenkins.tasks -
-
Uses of SimpleBuildWrapper.Context in jenkins.tasks
Methods in jenkins.tasks that return SimpleBuildWrapper.Context Modifier and Type Method Description SimpleBuildWrapper.Context
SimpleBuildWrapper. createContext()
Creates a newSimpleBuildWrapper.Context
for use with this wrapper.Methods in jenkins.tasks with parameters of type SimpleBuildWrapper.Context Modifier and Type Method Description void
SimpleBuildWrapper. setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment)
Called when a segment of a build is started that is to be enhanced with this wrapper.void
SimpleBuildWrapper. setUp(SimpleBuildWrapper.Context context, Run<?,?> build, TaskListener listener, EnvVars initialEnvironment)
Called when a segment of a build is started that is to be enhanced with this wrapper.
-