Class PhaseClosedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.PhaseClosedEvent
- All Implemented Interfaces:
PhaseEvent,PhaseExecutionEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class PhaseClosedEvent
extends Object
implements PhaseExecutionEvent, scala.Product, Serializable
Event published when a phase is closed and restarted. When closing a phase all its unfinished tasks are skipped.
param: phase instance of the phase.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PhaseClosedEventbooleanbooleaninthashCode()phase()The phase of which status has changed.intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<Phase>unapply(PhaseClosedEvent x$0) username()voidusername_$eq(String x$1) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNamesMethods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
Constructor Details
-
PhaseClosedEvent
-
-
Method Details
-
apply
-
unapply
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
phase
Description copied from interface:PhaseExecutionEventThe phase of which status has changed.- Specified by:
phasein interfacePhaseExecutionEvent- Returns:
- (undocumented)
-
copy
-
copy$default$1
-
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
-