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 GateConditionUpdatedEventapply(GateTask task, GateCondition original, GateCondition updated) booleancopy(GateTask task, GateCondition original, GateCondition updated) booleaninthashCode()original()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>task()toString()static scala.Option<scala.Tuple3<GateTask,GateCondition, GateCondition>> updated()username()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNamesMethods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
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:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
task
-
original
-
updated
-
copy
-
copy$default$1
-
copy$default$2
-
copy$default$3
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-