wt.build
Class BuildSandboxEvent
java.lang.Object
wt.events.KeyedEvent
wt.build.BuildSandboxEvent
- public class BuildSandboxEvent
- extends KeyedEvent
BuildSandboxEvent contains the information regarding Sandbox event and
is used by EPMBuildRule delegates.
Supported API: false
Extendable: false
Method Summary |
Versioned |
getOriginal()
Gets the value of the attribute: original; Original iteration in the
enterprise
Supported API: false |
Versioned |
getOtherSide()
Gets the value of the attribute: otherSide; Other side object of the
Build Rule. |
Versioned |
getSandboxCopy()
Gets the value of the attribute: sandboxCopy; Iteration in the sandbox. |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
original
private Versioned original
sandboxCopy
private Versioned sandboxCopy
otherSide
private Versioned otherSide
BuildSandboxEvent
public BuildSandboxEvent(String eventType,
Object eventTarget,
Versioned original,
Versioned sandboxCopy,
Versioned otherSide)
Supported API: false
- Parameters:
eventType
- A constant representing Sandbox eventeventTarget
- Key Object from the event map of Sandbox event. e.g. POST_MULTI_SB_CHECKOUT_EVENT - original, PRE_MULTI_SB_UNDO_CHECKOUT_EVENT - sandbox, PRE_MULTI_SB_CHECKIN_EVENT -sandboxoriginal
- sandboxCopy
- otherSide
-
getOriginal
public Versioned getOriginal()
- Gets the value of the attribute: original; Original iteration in the
enterprise
Supported API: false
- Returns:
- Versioned
getSandboxCopy
public Versioned getSandboxCopy()
- Gets the value of the attribute: sandboxCopy; Iteration in the sandbox.
Supported API: false
- Returns:
- Versioned
getOtherSide
public Versioned getOtherSide()
- Gets the value of the attribute: otherSide; Other side object of the
Build Rule.
Supported API: false
- Returns:
- Versioned