Class ReleaseStartedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.ReleaseStartedEvent
- All Implemented Interfaces:
ReleaseEvent
,ReleaseExecutionEvent
,XLReleaseEvent
,Serializable
,scala.Equals
,scala.Product
public class ReleaseStartedEvent
extends Object
implements ReleaseExecutionEvent, scala.Product, Serializable
Event published when a release has started.
param: release the instance of started release. Note that it will not necessarily be in the
IN_PROGRESS
state:
for example, if a release has no tasks, then this instance will already be in the COMPLETED
state.
param: isPartOfBulkOperation flag indicating if this release was started as a part of bulk start release action.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static ReleaseStartedEvent
static boolean
boolean
boolean
boolean
int
hashCode()
boolean
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
release()
The release of which status has changed.toString()
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
-
ReleaseStartedEvent
-
-
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:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
release
Description copied from interface:ReleaseExecutionEvent
The release of which status has changed.- Specified by:
release
in interfaceReleaseExecutionEvent
- Returns:
- (undocumented)
-
isPartOfBulkOperation
public boolean isPartOfBulkOperation() -
copy
-
copy$default$1
-
copy$default$2
public boolean copy$default$2() -
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
-