hudson.plugins.testlink.parser.testng
Class TestMethod

java.lang.Object
  extended by hudson.plugins.testlink.parser.testng.TestMethod
All Implemented Interfaces:
java.io.Serializable

public class TestMethod
extends java.lang.Object
implements java.io.Serializable

Represents the tag. 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
TestMethod()
          Default constructor.
 
Method Summary
 java.lang.String getDurationMs()
          Retrieves the duration in ms.
 java.lang.String getFinishedAt()
          Retrieves the finishedAt.
 java.lang.String getIsConfig()
          Retrieves the isConfig.
 java.lang.String getName()
          Retrieves the name.
 java.lang.String getSignature()
          Retrieves the signature.
 java.lang.String getStartedAt()
          Retrieves the startedAt.
 java.lang.String getStatus()
          Retrieves the status.
 void setDurationMs(java.lang.String durationMs)
          Sets the duration in ms.
 void setFinishedAt(java.lang.String finishedAt)
          Sets the finishedAt.
 void setIsConfig(java.lang.String isConfig)
          Sets the isConfig.
 void setName(java.lang.String name)
          Sets the name.
 void setSignature(java.lang.String signature)
          Sets the signature.
 void setStartedAt(java.lang.String startedAt)
          Sets the startedAt.
 void setStatus(java.lang.String status)
          Sets the status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMethod

public TestMethod()
Default constructor.

Method Detail

getStatus

public java.lang.String getStatus()
Retrieves the status.

Returns:
the status

setStatus

public void setStatus(java.lang.String status)
Sets the status.

Parameters:
status - the status to set

getSignature

public java.lang.String getSignature()
Retrieves the signature.

Returns:
the signature

setSignature

public void setSignature(java.lang.String signature)
Sets the signature.

Parameters:
signature - the signature to set

getName

public java.lang.String getName()
Retrieves the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the name to set

getIsConfig

public java.lang.String getIsConfig()
Retrieves the isConfig.

Returns:
the isConfig

setIsConfig

public void setIsConfig(java.lang.String isConfig)
Sets the isConfig.

Parameters:
isConfig - the isConfig to set

getDurationMs

public java.lang.String getDurationMs()
Retrieves the duration in ms.

Returns:
the duration in ms.

setDurationMs

public void setDurationMs(java.lang.String durationMs)
Sets the duration in ms.

Parameters:
durationMs - the duration in ms to set.

getStartedAt

public java.lang.String getStartedAt()
Retrieves the startedAt.

Returns:
the startedAt

setStartedAt

public void setStartedAt(java.lang.String startedAt)
Sets the startedAt.

Parameters:
startedAt - the startedAt to set

getFinishedAt

public java.lang.String getFinishedAt()
Retrieves the finishedAt.

Returns:
the finishedAt

setFinishedAt

public void setFinishedAt(java.lang.String finishedAt)
Sets the finishedAt.

Parameters:
finishedAt - the finishedAt to set


Copyright © 2010-2011 the Jenkins TestLink plug-in team-2011 Jenkins. All Rights Reserved.