Class LocalTriggerManager.ScriptLabelBean

  • All Implemented Interfaces:
    mks.frame.triggers.ScriptExposableBean
    Enclosing class:
    LocalTriggerManager

    public static class LocalTriggerManager.ScriptLabelBean
    extends LocalTriggerManager.ScriptIMBaseBean
    The label bean contains information about a label on an issue. They can be retrieved thru the imIssueBean.getLabels() call.
    • Constructor Detail

      • ScriptLabelBean

        public ScriptLabelBean​(int userId,
                               mks.ci.server.engine.Issue.Label label,
                               java.sql.Connection c)
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a summary of this object.
        Overrides:
        toString in class java.lang.Object
      • getName

        public java.lang.String getName()
        Retrieve the name of this label.
      • getDate

        public java.util.Date getDate()
        Retrieve the point of time that this label is against.
      • getExposedName

        public java.lang.String getExposedName()
        Returns the name of this bean that is exposed to the scripting language.
        Specified by:
        getExposedName in interface mks.frame.triggers.ScriptExposableBean
        Specified by:
        getExposedName in class ScriptBaseBean
        Returns:
        the bean name: imLabelBean.