org.jboss.dtf.testframework.dtfweb
Class ArchiveInformation
java.lang.Object
org.jboss.dtf.testframework.dtfweb.ArchiveInformation
public class ArchiveInformation
- extends java.lang.Object
Constructor Summary |
protected |
ArchiveInformation(int archiveId,
java.sql.Timestamp dateTimeCreate,
java.lang.String title,
java.lang.String comments)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchiveInformation
protected ArchiveInformation(int archiveId,
java.sql.Timestamp dateTimeCreate,
java.lang.String title,
java.lang.String comments)
getArchiveId
public int getArchiveId()
getDateTimeCreated
public java.sql.Timestamp getDateTimeCreated()
getTitle
public java.lang.String getTitle()
getComments
public java.lang.String getComments()
getRunIds
public RunUID[] getRunIds()
getArchives
public static ArchiveInformation[] getArchives()
getArchiveInformation
public static ArchiveInformation getArchiveInformation(int archiveId)
deleteArchive
public static void deleteArchive(int archiveId)