Class DetectJarStrategy.SetupCallableImpl

  • All Implemented Interfaces:
    hudson.remoting.Callable<java.util.ArrayList<java.lang.String>,​com.synopsys.integration.exception.IntegrationException>, java.io.Serializable, org.jenkinsci.remoting.RoleSensitive
    Enclosing class:
    DetectJarStrategy

    public static class DetectJarStrategy.SetupCallableImpl
    extends jenkins.security.MasterToSlaveCallable<java.util.ArrayList<java.lang.String>,​com.synopsys.integration.exception.IntegrationException>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SetupCallableImpl​(com.synopsys.integration.jenkins.extensions.JenkinsIntLogger logger, java.util.Map<java.lang.String,​java.lang.String> environmentVariables, java.lang.String detectJarPath, java.lang.String remoteJdkHome)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<java.lang.String> call()  
      • Methods inherited from class jenkins.security.MasterToSlaveCallable

        checkRoles
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface hudson.remoting.Callable

        getChannelOrFail, getOpenChannelOrFail
    • Constructor Detail

      • SetupCallableImpl

        public SetupCallableImpl​(com.synopsys.integration.jenkins.extensions.JenkinsIntLogger logger,
                                 java.util.Map<java.lang.String,​java.lang.String> environmentVariables,
                                 java.lang.String detectJarPath,
                                 java.lang.String remoteJdkHome)
    • Method Detail

      • call

        public java.util.ArrayList<java.lang.String> call()