@ExportedBean public class TcReportAction extends Object implements hudson.model.Action, Serializable
Constructor and Description |
---|
TcReportAction(hudson.model.AbstractBuild build,
String id,
String testName,
String agent) |
Modifier and Type | Method and Description |
---|---|
String |
getAgent() |
hudson.model.Api |
getApi() |
hudson.model.AbstractBuild |
getBuild() |
String |
getDisplayName() |
String |
getError() |
int |
getExitCode() |
String |
getHtmlXFileName() |
String |
getIconFileName() |
String |
getId() |
TcLogInfo |
getLogInfo() |
String |
getMhtFileName() |
String |
getNoInfoMessage(String url) |
TcSummaryAction |
getParent() |
boolean |
getResult() |
boolean |
getStartFailed() |
String |
getTcLogXFileName() |
String |
getTestName() |
String |
getUrl() |
String |
getUrlName() |
boolean |
hasInfo() |
boolean |
hasMHTReport() |
void |
setError(String error) |
void |
setExitCode(int exitCode) |
void |
setHtmlXFileName(String htmlXFileName) |
void |
setLogInfo(TcLogInfo logInfo) |
void |
setMhtFileName(String mhtFileName) |
void |
setParent(TcSummaryAction parent) |
void |
setResult(boolean result) |
void |
setStartFailed(boolean startFailed) |
void |
setTcLogXFileName(String tcLogXFileName) |
public hudson.model.Api getApi()
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public hudson.model.AbstractBuild getBuild()
public String getId()
@Exported(name="testName") public String getTestName()
@Exported(name="agent") public String getAgent()
@Exported(name="url") public String getUrl()
public String getTcLogXFileName()
public void setTcLogXFileName(String tcLogXFileName)
public String getHtmlXFileName()
public void setHtmlXFileName(String htmlXFileName)
public String getMhtFileName()
public void setMhtFileName(String mhtFileName)
@Exported(name="exitCode") public int getExitCode()
public void setExitCode(int exitCode)
@Exported(name="success") public boolean getResult()
public void setResult(boolean result)
@Exported(name="failedToStart") public boolean getStartFailed()
public void setStartFailed(boolean startFailed)
@Exported(name="error") public String getError()
public void setError(String error)
@Exported(name="details", inline=true) public TcLogInfo getLogInfo()
public void setLogInfo(TcLogInfo logInfo)
public TcSummaryAction getParent()
public void setParent(TcSummaryAction parent)
public boolean hasInfo()
public boolean hasMHTReport()
Copyright © 2004-2015. All Rights Reserved.