|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.buildforge.services.client.dbo.Log
public class Log
This class contains the logs that are the bound to the Result objects that are the results of a Project's Step's execution. Each Log object represents a line of output from the execution.
Field Summary | |
---|---|
static java.lang.Class<Log> |
CLASS
|
Constructor Summary | |
---|---|
Log(APIClientConnection conn)
|
Method Summary | |
---|---|
static java.util.List<Log> |
findByResult(APIClientConnection conn,
int buildId,
java.lang.String uid)
Retrieves every line of log output for a given Result, identified by build is and result id |
static java.util.List<Log> |
findByResult(APIClientConnection conn,
Result result)
Retrieves every line of log output for a given Result object |
APIClientConnection |
getConnection()
|
FilterPatternDBO.Action |
getFilterAction()
Returns the filter action taken in response to this line, if any |
int |
getLineId()
Returns the ordinal identifier of this line |
java.lang.String |
getMessageText()
Returns the text of the log line |
int |
getStamp()
Returns the timestamp at which this line was created |
int |
getStepPart()
|
java.lang.String |
getType()
|
java.lang.String |
getUid()
Returns the unique identifier of this log line |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class<Log> CLASS
Constructor Detail |
---|
public Log(APIClientConnection conn)
Method Detail |
---|
public APIClientConnection getConnection()
public static java.util.List<Log> findByResult(APIClientConnection conn, Result result) throws java.io.IOException, ServiceException
conn
- result
- The full result object to search by
java.io.IOException
ServiceException
public static java.util.List<Log> findByResult(APIClientConnection conn, int buildId, java.lang.String uid) throws java.io.IOException, ServiceException
conn
- buildId
- The unique identified of the Build objectuid
- The unique identifier of the Result object
java.io.IOException
ServiceException
public java.lang.String getUid()
public java.lang.String getType()
public int getLineId()
public int getStamp()
public java.lang.String getMessageText()
public FilterPatternDBO.Action getFilterAction()
public int getStepPart()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |