Package mks.ci.server.engine
Class LocalTriggerManager.ScriptTestVerdictBean
- java.lang.Object
-
- mks.frame.triggers.ScriptExposableBaseBean
-
- mks.frame.triggers.beans.ScriptBaseBean
-
- mks.ci.server.engine.LocalTriggerManager.ScriptIMBaseBean
-
- mks.ci.server.engine.LocalTriggerManager.ScriptIdentifiedBean
-
- mks.ci.server.engine.LocalTriggerManager.ScriptAdminBean
-
- mks.ci.server.engine.LocalTriggerManager.ScriptTestVerdictBean
-
- All Implemented Interfaces:
mks.frame.triggers.ScriptExposableBean
- Enclosing class:
- LocalTriggerManager
public static class LocalTriggerManager.ScriptTestVerdictBean extends LocalTriggerManager.ScriptAdminBean implements mks.frame.triggers.ScriptExposableBean
The Test Verdict Bean. This bean may be obtained from the server bean, via thegetTestVerdictBean
call. This is a read only bean
-
-
Constructor Summary
Constructors Constructor Description ScriptTestVerdictBean(mks.ci.server.engine.TestVerdict testVerdict, int userId, java.sql.Connection c)
Create a new ScriptTestVerdictBean
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Return the display name of the test verdictjava.lang.String
getExposedName()
Returns the name of this bean that is exposed to the scripting language.java.lang.String
getVerdictType()
Return the verdict type of the test verdictboolean
isActive()
-
Methods inherited from class mks.ci.server.engine.LocalTriggerManager.ScriptAdminBean
getDescription, getName
-
Methods inherited from class mks.ci.server.engine.LocalTriggerManager.ScriptIdentifiedBean
getCreatedDate, getCreatedUser, getInternalID, getModifiedDate, getModifiedUser
-
Methods inherited from class mks.ci.server.engine.LocalTriggerManager.ScriptIMBaseBean
getCurrentDatabaseTime, getCurrentDatabaseTime, getCurrentUser, getServerBean, getUserID, isParallelProcessingEnabled
-
Methods inherited from class mks.frame.triggers.beans.ScriptBaseBean
getEnvironmentBean, setEnvironmentBean
-
-
-
-
Method Detail
-
getExposedName
public java.lang.String getExposedName()
Returns the name of this bean that is exposed to the scripting language.- Specified by:
getExposedName
in interfacemks.frame.triggers.ScriptExposableBean
- Specified by:
getExposedName
in classScriptBaseBean
- Returns:
- the bean name:
imTestVerdictBean
.
-
getDisplayName
public java.lang.String getDisplayName()
Return the display name of the test verdict- Returns:
- the display name of the test verdict
-
getVerdictType
public java.lang.String getVerdictType()
Return the verdict type of the test verdict- Returns:
- the verdict type of the test verdict
-
isActive
public boolean isActive()
- Returns:
true
if the Test Verdict is active,false
otherwise.
-
-