org.zeroturnaround.jenkins
Class LiveRebelProxy

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

public class LiveRebelProxy
extends java.lang.Object

Author:
Juri Timoshin

Field Summary
static java.lang.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, java.lang.String contextPath, java.util.List<java.lang.String> deployableServers, LiveRebelDeployPublisher.Strategy strategy, boolean useFallbackIfCompatibleWithWarnings, boolean uploadOnly)
           
 
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 java.lang.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,
                       java.lang.String contextPath,
                       java.util.List<java.lang.String> deployableServers,
                       LiveRebelDeployPublisher.Strategy strategy,
                       boolean useFallbackIfCompatibleWithWarnings,
                       boolean uploadOnly)
                throws java.io.IOException,
                       java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

getCommandCenter

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


Copyright © 2004-2012. All Rights Reserved.