Package com.sforce.soap.metadata
Class RunTestsResult
- java.lang.Object
-
- com.sforce.soap.metadata.RunTestsResult
-
-
Constructor Summary
Constructors Constructor Description RunTestsResult()Constructor
-
Method Summary
-
-
-
Method Detail
-
getApexLogId
public String getApexLogId()
-
setApexLogId
public void setApexLogId(String apexLogId)
-
setApexLogId
protected void setApexLogId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCodeCoverage
public CodeCoverageResult[] getCodeCoverage()
-
setCodeCoverage
public void setCodeCoverage(CodeCoverageResult[] codeCoverage)
-
setCodeCoverage
protected void setCodeCoverage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCodeCoverageWarnings
public CodeCoverageWarning[] getCodeCoverageWarnings()
-
setCodeCoverageWarnings
public void setCodeCoverageWarnings(CodeCoverageWarning[] codeCoverageWarnings)
-
setCodeCoverageWarnings
protected void setCodeCoverageWarnings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFailures
public RunTestFailure[] getFailures()
-
setFailures
public void setFailures(RunTestFailure[] failures)
-
setFailures
protected void setFailures(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlowCoverage
public FlowCoverageResult[] getFlowCoverage()
-
setFlowCoverage
public void setFlowCoverage(FlowCoverageResult[] flowCoverage)
-
setFlowCoverage
protected void setFlowCoverage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlowCoverageWarnings
public FlowCoverageWarning[] getFlowCoverageWarnings()
-
setFlowCoverageWarnings
public void setFlowCoverageWarnings(FlowCoverageWarning[] flowCoverageWarnings)
-
setFlowCoverageWarnings
protected void setFlowCoverageWarnings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNumFailures
public int getNumFailures()
-
setNumFailures
public void setNumFailures(int numFailures)
-
setNumFailures
protected void setNumFailures(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNumTestsRun
public int getNumTestsRun()
-
setNumTestsRun
public void setNumTestsRun(int numTestsRun)
-
setNumTestsRun
protected void setNumTestsRun(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuccesses
public RunTestSuccess[] getSuccesses()
-
setSuccesses
public void setSuccesses(RunTestSuccess[] successes)
-
setSuccesses
protected void setSuccesses(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTotalTime
public double getTotalTime()
-
setTotalTime
public void setTotalTime(double totalTime)
-
setTotalTime
protected void setTotalTime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-