org.zeroturnaround.jenkins
Class LiveRebelProxy

java.lang.Object
  extended by org.zeroturnaround.jenkins.LiveRebelProxy

public class LiveRebelProxy
extends Object

Author:
Juri Timoshin

Field Summary
static String ARTIFACT_DEPLOYED_AND_UPDATED
           
 
Constructor Summary
LiveRebelProxy(com.zeroturnaround.liverebel.api.CommandCenterFactory centerFactory, hudson.model.BuildListener listener)
           
 
Method Summary
 com.zeroturnaround.liverebel.api.CommandCenter getCommandCenter()
           
 boolean perform(hudson.FilePath[] wars, String contextPath, List<String> deployableServers, LiveRebelDeployPublisher.Strategy strategy, boolean useFallbackIfCompatibleWithWarnings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARTIFACT_DEPLOYED_AND_UPDATED

public static final String ARTIFACT_DEPLOYED_AND_UPDATED
See Also:
Constant Field Values
Constructor Detail

LiveRebelProxy

public LiveRebelProxy(com.zeroturnaround.liverebel.api.CommandCenterFactory centerFactory,
                      hudson.model.BuildListener listener)
Method Detail

perform

public boolean perform(hudson.FilePath[] wars,
                       String contextPath,
                       List<String> deployableServers,
                       LiveRebelDeployPublisher.Strategy strategy,
                       boolean useFallbackIfCompatibleWithWarnings)
                throws IOException,
                       InterruptedException
Throws:
IOException
InterruptedException

getCommandCenter

public com.zeroturnaround.liverebel.api.CommandCenter getCommandCenter()
Returns:
the commandCenter


Copyright © 2004-2012 Hudson. All Rights Reserved.