Interface Status

  • All Superinterfaces:
    IdentifiableRemote, java.rmi.Remote, TptRemote

    public interface Status
    extends IdentifiableRemote
    The status of a test case or assesslet.
    Author:
    Copyright (c) 2014-2024 Piketec GmbH - MIT License (MIT) - All rights reserved
    • Method Detail

      • getAuthor

        java.lang.String getAuthor()
                            throws java.rmi.RemoteException
        Returns the author of this status.
        Returns:
        author of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getComment

        java.lang.String getComment()
                             throws java.rmi.RemoteException
        Returns the comment of this status.
        Returns:
        comment of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getDate

        java.util.Date getDate()
                        throws java.rmi.RemoteException
        Returns the date of this status.
        Returns:
        date of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getType

        java.lang.String getType()
                          throws java.rmi.RemoteException
        Returns the type of this status.
        Returns:
        type of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getRevisionNumber

        int getRevisionNumber()
                       throws java.rmi.RemoteException
        Returns the revision number of this status.
        Returns:
        revision number of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getTags

        java.util.Collection<java.lang.String> getTags()
                                                throws java.rmi.RemoteException
        All tags assigned to this status.
        Returns:
        a list of tags.
        Throws:
        java.rmi.RemoteException - remote communication problem