org.jenkinsci.plugins.skytap
Class JenkinsLogger

java.lang.Object
  extended by org.jenkinsci.plugins.skytap.JenkinsLogger

public final class JenkinsLogger
extends Object


Constructor Summary
JenkinsLogger(hudson.model.BuildListener listener, Boolean loggingEnabled)
           
 
Method Summary
static void defaultLogMessage(String message)
          These messages get logged no matter what the 'logging enabled' preference is in global settings
static void error(String error)
           
static hudson.model.BuildListener getListener()
           
static void log(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JenkinsLogger

public JenkinsLogger(hudson.model.BuildListener listener,
                     Boolean loggingEnabled)
Method Detail

log

public static void log(String message)

defaultLogMessage

public static void defaultLogMessage(String message)
These messages get logged no matter what the 'logging enabled' preference is in global settings

Parameters:
message -

error

public static void error(String error)

getListener

public static hudson.model.BuildListener getListener()


Copyright © 2004-2014. All Rights Reserved.