org.jenkinsci.plugins.awsbeanstalkpublisher
Class AWSEBEnvironmentUpdater

java.lang.Object
  extended by org.jenkinsci.plugins.awsbeanstalkpublisher.AWSEBEnvironmentUpdater

public class AWSEBEnvironmentUpdater
extends Object


Constructor Summary
AWSEBEnvironmentUpdater(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, AWSEBElasticBeanstalkSetup envSetup)
           
 
Method Summary
 void perform()
           
 void updateEnvironments()
           
 void updateEnvironments(com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentsRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSEBEnvironmentUpdater

public AWSEBEnvironmentUpdater(hudson.model.AbstractBuild<?,?> build,
                               hudson.Launcher launcher,
                               hudson.model.BuildListener listener,
                               AWSEBElasticBeanstalkSetup envSetup)
Method Detail

perform

public void perform()
             throws Exception
Throws:
Exception

updateEnvironments

public void updateEnvironments()

updateEnvironments

public void updateEnvironments(com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentsRequest request)
                        throws InterruptedException
Throws:
InterruptedException


Copyright © 2014-2015. All Rights Reserved.