Class GateConditionUpdatedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.GateConditionUpdatedEvent
- All Implemented Interfaces:
GateConditionEvent
,XLReleaseEvent
,Serializable
,scala.Equals
,scala.Product
public class GateConditionUpdatedEvent
extends Object
implements GateConditionEvent, scala.Product, Serializable
Event published when a gate condition has been updated.
param: task the gate task to which the condition belongs.
param: original copy of the original gate condition before it was changed.
param: updated updated instance of the gate condition. You can use
original()
to compare the texts of conditions.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGateConditionUpdatedEvent
(GateTask task, GateCondition original, GateCondition updated) -
Method Summary
Modifier and TypeMethodDescriptionstatic GateConditionUpdatedEvent
apply
(GateTask task, GateCondition original, GateCondition updated) boolean
copy
(GateTask task, GateCondition original, GateCondition updated) boolean
int
hashCode()
original()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
task()
toString()
static scala.Option<scala.Tuple3<GateTask,
GateCondition, GateCondition>> updated()
username()
void
username_$eq
(String x$1) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
GateConditionUpdatedEvent
-
-
Method Details
-
apply
public static GateConditionUpdatedEvent apply(GateTask task, GateCondition original, GateCondition updated) -
unapply
public static scala.Option<scala.Tuple3<GateTask,GateCondition, unapplyGateCondition>> (GateConditionUpdatedEvent x$0) -
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestamp
in interfaceXLReleaseEvent
-
task
-
original
-
updated
-
copy
-
copy$default$1
-
copy$default$2
-
copy$default$3
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-