org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBEnvironmentUpdaterThread

java.lang.Object
  extended by org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBEnvironmentUpdaterThread
All Implemented Interfaces:
Callable<AWSEBEnvironmentUpdaterThread>

public class AWSEBEnvironmentUpdaterThread
extends Object
implements Callable<AWSEBEnvironmentUpdaterThread>


Constructor Summary
AWSEBEnvironmentUpdaterThread(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
 AWSEBEnvironmentUpdaterThread 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

AWSEBEnvironmentUpdaterThread

public AWSEBEnvironmentUpdaterThread(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 AWSEBEnvironmentUpdaterThread call()
                                   throws Exception
Specified by:
call in interface Callable<AWSEBEnvironmentUpdaterThread>
Throws:
Exception

printResults

public void printResults()

isSuccessfull

public boolean isSuccessfull()

run

public void run()


Copyright © 2014-2015. All Rights Reserved.