Package org.biouno.r
Class RStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
org.biouno.r.RStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,EnvVarsFilterableBuilder
public class RStep
extends org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
Step for workflow/pipeline compatibility.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.AgentReconnectionListener, org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.DurableTaskStepDescriptor, org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.Execution
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
REMOTE_TIMEOUT, USE_WATCHING, WATCHING_RECURRENCE_PERIOD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the set R command to executeprotected org.jenkinsci.plugins.durabletask.DurableTask
task()
Methods inherited from class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
getEncoding, getLabel, isReturnStatus, isReturnStdout, setEncoding, setLabel, setReturnStatus, setReturnStdout, shutDownThreadPool, start
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jenkins.tasks.filters.EnvVarsFilterableBuilder
buildEnvVarsFilterRules
-
Constructor Details
-
RStep
-
-
Method Details
-
getCommand
Returns the set R command to execute- Returns:
- the R command to execute
-
task
protected org.jenkinsci.plugins.durabletask.DurableTask task()- Specified by:
task
in classorg.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep
-