com.atlassian.bamboo.logger
Class ErrorDetails.AgentIdentifier

java.lang.Object
  extended by com.atlassian.bamboo.logger.ErrorDetails.AgentIdentifier
Enclosing class:
ErrorDetails

public static class ErrorDetails.AgentIdentifier
extends java.lang.Object

View of BuildAgents referenced in a error report. Just enough data to display it in the UI.


Method Summary
 long getId()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

@Nullable
public java.lang.String getName()
Returns:
null if agent data is unavailable

getId

public long getId()


Copyright © 2012 Atlassian. All Rights Reserved.