Class DetectRunner


  • public class DetectRunner
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ASTERISKS  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int runDetect​(java.lang.String remoteJdkHome, java.lang.String detectArgumentString, DetectDownloadStrategy detectDownloadStrategy)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DetectRunner

        public DetectRunner​(DetectEnvironmentService detectEnvironmentService,
                            com.synopsys.integration.jenkins.service.JenkinsRemotingService remotingService,
                            DetectStrategyService detectStrategyService,
                            DetectArgumentService detectArgumentService,
                            com.synopsys.integration.jenkins.extensions.JenkinsIntLogger logger)
    • Method Detail

      • runDetect

        public int runDetect​(java.lang.String remoteJdkHome,
                             java.lang.String detectArgumentString,
                             DetectDownloadStrategy detectDownloadStrategy)
                      throws java.io.IOException,
                             java.lang.InterruptedException,
                             com.synopsys.integration.exception.IntegrationException
        Throws:
        java.io.IOException
        java.lang.InterruptedException
        com.synopsys.integration.exception.IntegrationException