Class PhaseMovedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.PhaseMovedEvent
- All Implemented Interfaces:
PhaseEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
Event published when a phase is moved from one position to another within a release or a template.
param: movedPhase the instance of the phase which was moved.
param: originIndex the original index of the phase in the release or template, 0-based.
param: targetIndex the new index of the phase in the release or template, 0-based.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PhaseMovedEventbooleanintintbooleaninthashCode()intintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>inttoString()unapply(PhaseMovedEvent x$0) username()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
PhaseMovedEvent
-
-
Method Details
-
apply
-
unapply
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestampin interfaceXLReleaseEvent
-
movedPhase
-
originIndex
public int originIndex() -
targetIndex
public int targetIndex() -
copy
-
copy$default$1
-
copy$default$2
public int copy$default$2() -
copy$default$3
public int 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
-