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
 boolean perform()
           
 boolean updateEnvironments()
           
 
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 boolean perform()
                throws Exception
Throws:
Exception

updateEnvironments

public boolean updateEnvironments()
                           throws InterruptedException
Throws:
InterruptedException


Copyright © 2014-2016. All Rights Reserved.