org.jenkinsci.plugins.awsbeanstalkpublisher
Class Deployer

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

public class Deployer
extends Object


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

Constructor Detail

Deployer

public Deployer(AWSEBDeploymentProvider builder,
                hudson.model.AbstractBuild<?,?> build,
                hudson.Launcher launcher,
                hudson.model.BuildListener listener)
         throws IOException,
                InterruptedException
Throws:
IOException
InterruptedException
Method Detail

perform

public void perform()
             throws Exception
Throws:
Exception

updateEnvironments

public void updateEnvironments()
                        throws Exception
Throws:
Exception

updateEnvironments

public void updateEnvironments(com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentsResult environments)
                        throws Exception
Throws:
Exception


Copyright © 2014. All Rights Reserved.