Uses of Class
jenkins.tasks.SimpleBuildWrapper.Context
Packages that use SimpleBuildWrapper.Context
-
Uses of SimpleBuildWrapper.Context in jenkins.tasks
Methods in jenkins.tasks that return SimpleBuildWrapper.ContextModifier and TypeMethodDescriptionSimpleBuildWrapper.createContext()
Creates a newSimpleBuildWrapper.Context
for use with this wrapper.Methods in jenkins.tasks with parameters of type SimpleBuildWrapper.ContextModifier and TypeMethodDescriptionvoid
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.