Package wt.build
Class BuildServiceEvent
java.lang.Object
wt.events.KeyedEvent
wt.build.BuildServiceEvent
- All Implemented Interfaces:
wt.events.summary.SummarizedEvent
Supported API: true
Extendable: false
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuildServiceEvent(String eventType, Object eventTarget, ConfigSpec configSpec)
Supported API: trueBuildServiceEvent(String eventType, Object eventTarget, ConfigSpec configSpec, WTKeyedMap targetVsSources)
Supported API: true -
Method Summary
Modifier and TypeMethodDescription
Supported API: true
Supported API: trueMethods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
PRE_BUILD
Supported API: true- See Also:
-
POST_BUILD
Supported API: true- See Also:
-
PRE_REVERSE_BUILD
Supported API: true- See Also:
-
POST_REVERSE_BUILD
Supported API: true- See Also:
-
-
Constructor Details
-
BuildServiceEvent
Supported API: true- Parameters:
eventType- Type of the eventeventTarget-configSpec-
-
BuildServiceEvent
public BuildServiceEvent(String eventType, Object eventTarget, ConfigSpec configSpec, WTKeyedMap targetVsSources)
Supported API: true- Parameters:
eventType- Type of the eventeventTarget-configSpec-
-
-
Method Details
-
getConfigSpec
Supported API: true- Returns:
- ConfigSpec
-
getTargetVsSources
Supported API: true- Returns:
- targetVsSources
-