hudson.plugins.build_publisher
Class StatusInfo

java.lang.Object
  extended by hudson.plugins.build_publisher.StatusInfo

public class StatusInfo
extends Object

Represents status of build publishing


Nested Class Summary
static class StatusInfo.State
           
 
Constructor Summary
StatusInfo(StatusInfo.State state, String text, String serverName, Exception exception)
           
 
Method Summary
 Exception getException()
           
 String getServerName()
           
 String getStackTrace()
           
 StatusInfo.State getState()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusInfo

public StatusInfo(StatusInfo.State state,
                  String text,
                  String serverName,
                  Exception exception)
Method Detail

getState

public StatusInfo.State getState()

getException

public Exception getException()

getText

public String getText()

getServerName

public String getServerName()

getStackTrace

public String getStackTrace()


Copyright © 2004-2012. All Rights Reserved.