Class TaskRecoveredEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.TaskRecoveredEvent
- All Implemented Interfaces:
TaskEvent,TaskExecutionEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class TaskRecoveredEvent
extends Object
implements TaskExecutionEvent, scala.Product, Serializable
Event published after a task finished recovering.
param: task instance of the task.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskRecoveredEventbooleanbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>task()The task of which status has changed.toString()static scala.Option<Task>username()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
TaskRecoveredEvent
-
-
Method Details
-
apply
-
unapply
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestampin interfaceXLReleaseEvent
-
task
Description copied from interface:TaskExecutionEventThe task of which status has changed.- Specified by:
taskin interfaceTaskExecutionEvent- 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
-