Class GateConditionDeletedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.GateConditionDeletedEvent
- All Implemented Interfaces:
GateConditionEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class GateConditionDeletedEvent
extends Object
implements GateConditionEvent, scala.Product, Serializable
Event published when a gate condition has been deleted.
param: task the gate to which the condition belonged.
param: gateCondition the gate condition that has been deleted.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GateConditionDeletedEventapply(GateTask task, GateCondition gateCondition) booleancopy(GateTask task, GateCondition gateCondition) booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object> task()toString()static scala.Option<scala.Tuple2<GateTask, GateCondition>> username()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
GateConditionDeletedEvent
-
-
Method Details
-
apply
-
unapply
public static scala.Option<scala.Tuple2<GateTask,GateCondition>> unapply(GateConditionDeletedEvent x$0) -
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestampin interfaceXLReleaseEvent
-
task
-
gateCondition
-
copy
-
copy$default$1
-
copy$default$2
-
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
-