org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBEnvironmentUpdater
java.lang.Object
org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBEnvironmentUpdater
- All Implemented Interfaces:
- Callable<AWSEBEnvironmentUpdater>
public class AWSEBEnvironmentUpdater
- extends Object
- implements Callable<AWSEBEnvironmentUpdater>
Constructor Summary |
AWSEBEnvironmentUpdater(com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalk awseb,
com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentsRequest request,
com.amazonaws.services.elasticbeanstalk.model.EnvironmentDescription envd,
PrintStream logger,
String versionLabel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWSEBEnvironmentUpdater
public AWSEBEnvironmentUpdater(com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalk awseb,
com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentsRequest request,
com.amazonaws.services.elasticbeanstalk.model.EnvironmentDescription envd,
PrintStream logger,
String versionLabel)
call
public AWSEBEnvironmentUpdater call()
throws Exception
- Specified by:
call
in interface Callable<AWSEBEnvironmentUpdater>
- Throws:
Exception
printResults
public void printResults()
isSuccessfull
public boolean isSuccessfull()
run
public void run()
Copyright © 2014. All Rights Reserved.