org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBEnvironmentUpdater

java.lang.Object
  extended by 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)
           
 
Method Summary
 AWSEBEnvironmentUpdater call()
           
 boolean isSuccessfull()
           
 void printResults()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.