Class ReleaseRetriedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.ReleaseRetriedEvent
- All Implemented Interfaces:
ReleaseEvent,ReleaseExecutionEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class ReleaseRetriedEvent
extends Object
implements ReleaseExecutionEvent, scala.Product, Serializable
Event published when one of release's tasks is retried. More specifically it happens when release goes
from
FAILED or FAILING state into IN_PROGRESS state.
param: release the release instance.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReleaseRetriedEventbooleanbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>release()The release of which status has changed.toString()static scala.Option<Release>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
productElementNames
-
Constructor Details
-
ReleaseRetriedEvent
-
-
Method Details
-
apply
-
unapply
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestampin interfaceXLReleaseEvent
-
release
Description copied from interface:ReleaseExecutionEventThe release of which status has changed.- Specified by:
releasein interfaceReleaseExecutionEvent- 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
-