Class and Description |
---|
org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
Directly extend
StepDescriptor and avoid Guice. |
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Directly extend
Step and avoid Guice. |
org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution
Extend
SynchronousNonBlockingStepExecution and avoid Guice. |
org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution
Extend
SynchronousStepExecution and avoid Guice. |
org.jenkinsci.plugins.workflow.structs.DescribableHelper
Moved to the structs plugin. See
DescribableModel |
Annotation Type and Description |
---|
org.jenkinsci.plugins.workflow.steps.StepContextParameter
Call
StepContext.get(java.lang.Class<T>) as needed and avoid Guice. |
Method and Description |
---|
org.jenkinsci.plugins.workflow.steps.BodyExecution.cancel(boolean)
Use other overloaded forms of the cancel method to provide richer context.
|
org.jenkinsci.plugins.workflow.steps.StepDescriptor.defineArguments(Step) |
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl.inject() |
org.jenkinsci.plugins.workflow.steps.BodyInvoker.withCallback(FutureCallback<Object>)
Use
BodyInvoker.withCallback(BodyExecutionCallback) and call BodyExecutionCallback.wrap(com.google.common.util.concurrent.FutureCallback<java.lang.Object>) if this is what you really wanted. |
Constructor and Description |
---|
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl()
Directly extend
StepExecution and avoid Guice for a new step.
Or see AbstractStepExecutionImpl.AbstractStepExecutionImpl(StepContext) for an existing step. |
org.jenkinsci.plugins.workflow.steps.StepExecution()
Avoid Guice.
|
Copyright © 2016–2017. All rights reserved.