org.zeroturnaround.jenkins
Class StaticCommandCenter

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

public class StaticCommandCenter
extends Object

Class to cache the Command Center instance.


Constructor Summary
StaticCommandCenter()
           
 
Method Summary
static void close()
           
static void configure(String authToken, String lrUrl, boolean isDebugLoggingEnabled)
           
static com.zeroturnaround.liverebel.api.CommandCenter getCommandCenter()
           
static boolean isDebugLoggingEnabled()
           
static com.zeroturnaround.liverebel.api.CommandCenterFactory newCommandCenterFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticCommandCenter

public StaticCommandCenter()
Method Detail

getCommandCenter

public static com.zeroturnaround.liverebel.api.CommandCenter getCommandCenter()

newCommandCenterFactory

public static com.zeroturnaround.liverebel.api.CommandCenterFactory newCommandCenterFactory()

configure

public static void configure(String authToken,
                             String lrUrl,
                             boolean isDebugLoggingEnabled)

isDebugLoggingEnabled

public static boolean isDebugLoggingEnabled()

close

public static void close()


Copyright © 2004-2013. All Rights Reserved.