Class DeployerUtils
- java.lang.Object
- 
- io.jenkins.plugins.deployintegrationserver.DeployerUtils
 
- 
 public class DeployerUtils extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description DeployerUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static intdeployDeploymentCandidate(String operatingSystem, FilePath deployerHomeDirectory, String deployerHost, String deployerPort, String deployerUsername, String deployerPassword, String deploymentCandidateName, String projectName, FilePath reportFileDirectory, Launcher launcher, TaskListener listener)
 
- 
- 
- 
Method Detail- 
deployDeploymentCandidatepublic static int deployDeploymentCandidate(String operatingSystem, FilePath deployerHomeDirectory, String deployerHost, String deployerPort, String deployerUsername, String deployerPassword, String deploymentCandidateName, String projectName, FilePath reportFileDirectory, Launcher launcher, TaskListener listener) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
 
- 
 
-