|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.telelogic.cs.api.TriggerEventContext
public class TriggerEventContext
TriggerEventContext holds the executing Java trigger's args, TiggerEvent, ChangeTriggerApi, and ScriptLogger objects.
Constructor Summary | |
---|---|
TriggerEventContext(java.lang.String[] args,
TriggerEvent event,
ChangeTriggerApi change,
ScriptLogger log)
Construct a new TriggerEventContext. |
Method Summary | |
---|---|
ChangeTriggerApi |
getApi()
Get the IBM Rational Change trigger API. |
java.lang.String[] |
getArgs()
Get the arguments of the Java trigger. |
TriggerEvent |
getEvent()
Get the trigger event object. |
ScriptLogger |
getLog()
Get the ScriptLogger object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TriggerEventContext(java.lang.String[] args, TriggerEvent event, ChangeTriggerApi change, ScriptLogger log)
args
- - a array of arguments passed to the Java trigger.event
- - a TriggerEvent
for how the trigger was invoked.change
- - the IBM Rational Change trigger API.log
- - a ScriptLogger
for logging messages.Method Detail |
---|
public java.lang.String[] getArgs()
public TriggerEvent getEvent()
public ChangeTriggerApi getApi()
public ScriptLogger getLog()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |