Package org.jenkinsci.plugins.workflow.support.steps
package org.jenkinsci.plugins.workflow.support.steps
-
ClassDescriptionDetermines whether a failure in
ExecutorStep
should be retried.A marker interface forCauseOfInterruption
instances that can be retried throughAgentErrorCondition
.Grabs anExecutor
on a node of your choice and runs its block with that executor occupied.Persistent representation for context ofExecutorStepExecution
.Need not useExecutorStepDynamicContext.Translator
since we can serve aNode
even when offline.Looks for executions whoseExecutorStepExecution.getStatus()
would be neither running nor scheduled, and cancels them.Analogue ofFilePathPickle
.Temporarily changes the working directory.Allocates a workspace on the current node and uses that as the default directory for nested steps.