Class ReleaseVariablesUpdatedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.ReleaseVariablesUpdatedEvent
- All Implemented Interfaces:
ReleaseVariableEvent
,VariableEvent
,XLReleaseEvent
,Serializable
,scala.Equals
,scala.Product
public class ReleaseVariablesUpdatedEvent
extends Object
implements ReleaseVariableEvent, scala.Product, Serializable
Event published when a bulk update to release variables has happened. Such an update happens usually after a script task execution
in which the
releaseVariables
dictionary has changed. This update can lead to variables being created, updated and deleted.
Note that when this event is published no specific single variable related events are published.
param: originalVariables the list of release variables before the update. param: updatedVariables the list of release variables after the update.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReleaseVariablesUpdatedEvent
(List<Variable> originalVariables, List<Variable> updatedVariables) -
Method Summary
Modifier and TypeMethodDescriptionstatic ReleaseVariablesUpdatedEvent
boolean
boolean
int
hashCode()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
toString()
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
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
Constructor Details
-
ReleaseVariablesUpdatedEvent
-
-
Method Details
-
apply
public static ReleaseVariablesUpdatedEvent apply(List<Variable> originalVariables, List<Variable> updatedVariables) -
unapply
public static scala.Option<scala.Tuple2<List<Variable>,List<Variable>>> unapply(ReleaseVariablesUpdatedEvent x$0) -
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
originalVariables
-
updatedVariables
-
copy
public ReleaseVariablesUpdatedEvent copy(List<Variable> originalVariables, List<Variable> updatedVariables) -
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
-