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 PhaseMovedEvent
boolean
int
int
boolean
int
hashCode()
int
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
int
toString()
unapply
(PhaseMovedEvent x$0) 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
-
PhaseMovedEvent
-
-
Method Details
-
apply
-
unapply
-
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in 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:
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
-