Class ReleaseAbortedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.ReleaseAbortedEvent
- All Implemented Interfaces:
ReleaseEvent,ReleaseExecutedEvent,ReleaseExecutionEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class ReleaseAbortedEvent
extends Object
implements ReleaseExecutedEvent, scala.Product, Serializable
Event published when a release is aborted.
param: release the release instance. param: isPartOfBulkOperation flag indicating if this release was aborted as a part of bulk abort release action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic ReleaseAbortedEventstatic booleanbooleanbooleanbooleaninthashCode()booleanintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object> release()The release of which status has changed.toString()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
-
ReleaseAbortedEvent
-
-
Method Details
-
$lessinit$greater$default$2
public static boolean $lessinit$greater$default$2() -
apply
-
apply$default$2
public static boolean apply$default$2() -
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)
-
isPartOfBulkOperation
public boolean isPartOfBulkOperation() -
copy
-
copy$default$1
-
copy$default$2
public boolean copy$default$2() -
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
-