Class ExwsAllocateStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public final class ExwsAllocateStep
    extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
    The 'exwsAllocate' step. Computes an external workspace based on the globally defined disk pools and on the running job properties.
    Author:
    Alexandru Somai
    • Constructor Detail

      • ExwsAllocateStep

        @DataBoundConstructor
        public ExwsAllocateStep​(String diskPoolId)
    • Method Detail

      • getDiskPoolId

        @CheckForNull
        public String getDiskPoolId()
      • getSelectedRun

        @CheckForNull
        public org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper getSelectedRun()
      • setSelectedRun

        @DataBoundSetter
        public void setSelectedRun​(org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper selectedRun)
      • getPath

        @CheckForNull
        public String getPath()
      • setPath

        @DataBoundSetter
        public void setPath​(String path)