Package mks.ci.server.engine
Class LocalTriggerManager.ScriptLabelBean
- java.lang.Object
-
- mks.frame.triggers.ScriptExposableBaseBean
-
- mks.frame.triggers.beans.ScriptBaseBean
-
- mks.ci.server.engine.LocalTriggerManager.ScriptIMBaseBean
-
- mks.ci.server.engine.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 Summary
Constructors Constructor Description ScriptLabelBean(int userId, mks.ci.server.engine.Issue.Label label, java.sql.Connection c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getDate()
Retrieve the point of time that this label is against.java.lang.String
getExposedName()
Returns the name of this bean that is exposed to the scripting language.java.lang.String
getName()
Retrieve the name of this label.java.lang.String
toString()
Returns a summary of this object.-
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
-
toString
public java.lang.String toString()
Returns a summary of this object.- Overrides:
toString
in classjava.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 interfacemks.frame.triggers.ScriptExposableBean
- Specified by:
getExposedName
in classScriptBaseBean
- Returns:
- the bean name:
imLabelBean
.
-
-