Class LocalTriggerManager.ScriptVerdictTypeBean

    • Constructor Detail

      • ScriptVerdictTypeBean

        public ScriptVerdictTypeBean​(mks.ci.common.VerdictType verdictType,
                                     int userId,
                                     java.sql.Connection c)
    • Method Detail

      • getExposedName

        public java.lang.String getExposedName()
        Description copied from class: ScriptBaseBean
        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: siMemberBean.
      • getName

        public java.lang.String getName()
        Gets the name of this verdict type
        Returns:
        the name of this verdict type.
      • getDisplayName

        public java.lang.String getDisplayName()
        Gets the display name of this verdict type
        Returns:
        the display name of this verdict type.
      • isPass

        public boolean isPass()
        Returns true if this verdict type represents a pass verdict.
        Returns:
        true if this verdict type represents a pass verrdict, false otherwise.
      • isFail

        public boolean isFail()
        Returns true if this verdict type represents a fail verdict.
        Returns:
        true if this verdict type represents a fail verdict, false otherwise.
      • isOther

        public boolean isOther()
        Returns true if this verdict type represents a verdict that is not a pass or a fail.
        Returns:
        true if this verdict type represents a verdict that is not a pass or a fail, false otherwise.