Class GateConditionCreatedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.GateConditionCreatedEvent
- All Implemented Interfaces:
GateConditionEvent
,XLReleaseEvent
,Serializable
,scala.Equals
,scala.Product
public class GateConditionCreatedEvent
extends Object
implements GateConditionEvent, scala.Product, Serializable
Event published when a gate condition is created.
param: task the gate task on which the condition was created.
param: gateCondition the condition that was created.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GateConditionCreatedEvent
apply
(GateTask task, GateCondition gateCondition) boolean
copy
(GateTask task, GateCondition gateCondition) boolean
int
hashCode()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
task()
toString()
static scala.Option<scala.Tuple2<GateTask,
GateCondition>> 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
-
GateConditionCreatedEvent
-
-
Method Details
-
apply
-
unapply
public static scala.Option<scala.Tuple2<GateTask,GateCondition>> unapply(GateConditionCreatedEvent x$0) -
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestamp
in interfaceXLReleaseEvent
-
task
-
gateCondition
-
copy
-
copy$default$1
-
copy$default$2
-
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
-