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 Classes
    Modifier and Type
    Class
    Description
    static final class 
     

    Nested 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
    Constructor
    Description
    RStep(String command)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the set R command to execute
    protected org.jenkinsci.plugins.durabletask.DurableTask
     

    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

      @DataBoundConstructor public RStep(String command)
  • Method Details

    • getCommand

      public String 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 class org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep