org.jenkins.plugins.cloudbees
Class CloudbeesDeployer

java.lang.Object
  extended by org.jenkins.plugins.cloudbees.CloudbeesDeployer

public class CloudbeesDeployer
extends Object


Field Summary
 String accountName
           
 String applicationId
           
 CloudbeesAccount cloudbeesAccount
           
 String filePattern
           
 
Constructor Summary
CloudbeesDeployer(CloudbeesPublisher cloudbeesPublisher)
           
 
Method Summary
 boolean deploy(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountName

public final String accountName

applicationId

public final String applicationId

filePattern

public final String filePattern

cloudbeesAccount

public final CloudbeesAccount cloudbeesAccount
Constructor Detail

CloudbeesDeployer

public CloudbeesDeployer(CloudbeesPublisher cloudbeesPublisher)
Method Detail

deploy

public boolean deploy(hudson.model.AbstractBuild<?,?> build,
                      hudson.Launcher launcher,
                      hudson.model.BuildListener listener)
               throws InterruptedException,
                      IOException
Throws:
InterruptedException
IOException


Copyright © 2004-2012. All Rights Reserved.