hudson.plugins.testlink.parser.junit
Class Error
java.lang.Object
hudson.plugins.testlink.parser.junit.Error
- All Implemented Interfaces:
- java.io.Serializable
public class Error
- extends java.lang.Object
- implements java.io.Serializable
Represents the tag of the JUnit xml report. This tag is child of the
tag.
- Since:
- 2.1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
Constructor Summary |
Error()
Default constructor. |
Method Summary |
java.lang.String |
getMessage()
Retrieves the message. |
java.lang.String |
getText()
Retrieves the text. |
java.lang.String |
getType()
Retrieves the type. |
void |
setMessage(java.lang.String message)
Sets the message. |
void |
setText(java.lang.String text)
Sets the text. |
void |
setType(java.lang.String type)
Sets the type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Error
public Error()
- Default constructor.
getMessage
public java.lang.String getMessage()
- Retrieves the message.
- Returns:
- the message.
setMessage
public void setMessage(java.lang.String message)
- Sets the message.
- Parameters:
message
- the message.
getType
public java.lang.String getType()
- Retrieves the type.
- Returns:
- the type.
setType
public void setType(java.lang.String type)
- Sets the type.
- Parameters:
type
- the type.
getText
public java.lang.String getText()
- Retrieves the text.
- Returns:
- the text.
setText
public void setText(java.lang.String text)
- Sets the text.
- Parameters:
text
- the text.
Copyright © 2010-2011 the Jenkins TestLink plug-in team-2011 Jenkins. All Rights Reserved.