Class FolderVariableDeletedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.FolderVariableDeletedEvent
- All Implemented Interfaces:
FolderVariableEvent
,VariableEvent
,XLReleaseEvent
,Serializable
,scala.Equals
,scala.Product
public class FolderVariableDeletedEvent
extends Object
implements FolderVariableEvent, scala.Product, Serializable
Event published when a folder variable is deleted.
param: variable deleted folder variable.
param: source the way it was created. Currently only ModifiedFromScriptTask
is supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFolderVariableDeletedEvent
(Variable variable, VariableModificationSource source) -
Method Summary
Modifier and TypeMethodDescriptionstatic FolderVariableDeletedEvent
apply
(Variable variable, VariableModificationSource source) boolean
copy
(Variable variable, VariableModificationSource source) boolean
int
hashCode()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
source()
toString()
static scala.Option<scala.Tuple2<Variable,
VariableModificationSource>> username()
void
username_$eq
(String x$1) variable()
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
-
FolderVariableDeletedEvent
-
-
Method Details
-
apply
public static FolderVariableDeletedEvent apply(Variable variable, VariableModificationSource source) -
unapply
public static scala.Option<scala.Tuple2<Variable,VariableModificationSource>> unapply(FolderVariableDeletedEvent x$0) -
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
variable
-
source
-
copy
-
copy$default$1
-
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
-