Class SigmaToolInstallation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SigmaToolInstallation.DescriptorImpl  
      • Nested classes/interfaces inherited from class hudson.tools.ToolInstallation

        hudson.tools.ToolInstallation.ToolConverter
      • Nested classes/interfaces inherited from interface hudson.ExtensionPoint

        hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
    • Constructor Summary

      Constructors 
      Constructor Description
      SigmaToolInstallation​(java.lang.String name, java.lang.String home, java.util.List<? extends hudson.tools.ToolProperty<?>> properties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SigmaToolInstallation forEnvironment​(hudson.EnvVars environment)  
      SigmaToolInstallation forNode​(hudson.model.Node node, hudson.model.TaskListener log)  
      java.util.Optional<java.lang.String> getExecutablePath​(hudson.Launcher launcher, hudson.model.TaskListener listener)  
      • Methods inherited from class hudson.tools.ToolInstallation

        all, buildEnvVars, getHome, getName, getProperties, readResolve, toString, translate, translate, translateFor
      • Methods inherited from class hudson.model.AbstractDescribableImpl

        getDescriptor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • UNIX_SIGMA_COMMAND

        public static final java.lang.String UNIX_SIGMA_COMMAND
        See Also:
        Constant Field Values
      • WINDOWS_SIGMA_COMMAND

        public static final java.lang.String WINDOWS_SIGMA_COMMAND
        See Also:
        Constant Field Values
    • Constructor Detail

      • SigmaToolInstallation

        @DataBoundConstructor
        public SigmaToolInstallation​(java.lang.String name,
                                     java.lang.String home,
                                     java.util.List<? extends hudson.tools.ToolProperty<?>> properties)
    • Method Detail

      • forNode

        public SigmaToolInstallation forNode​(hudson.model.Node node,
                                             hudson.model.TaskListener log)
                                      throws java.io.IOException,
                                             java.lang.InterruptedException
        Specified by:
        forNode in interface hudson.slaves.NodeSpecific<SigmaToolInstallation>
        Throws:
        java.io.IOException
        java.lang.InterruptedException
      • getExecutablePath

        public java.util.Optional<java.lang.String> getExecutablePath​(hudson.Launcher launcher,
                                                                      hudson.model.TaskListener listener)