Package com.xebialabs.xlrelease.events
Class ReleaseVariablesUpdateOperation
- java.lang.Object
-
- com.xebialabs.xlrelease.events.ReleaseVariablesUpdateOperation
-
- All Implemented Interfaces:
VariableUpdateOperation,XLReleaseOperation,java.io.Serializable,scala.Equals,scala.Product
public class ReleaseVariablesUpdateOperation extends java.lang.Object implements VariableUpdateOperation, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReleaseVariablesUpdateOperation(java.util.List<Variable> original, java.util.List<Variable> updated, boolean logDelete)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.runtime.Null$action()static ReleaseVariablesUpdateOperationapply(java.util.List<Variable> original, java.util.List<Variable> updated, boolean logDelete)booleancanEqual(java.lang.Object x$1)ReleaseVariablesUpdateOperationcopy(java.util.List<Variable> original, java.util.List<Variable> updated, boolean logDelete)java.util.List<Variable>copy$default$1()java.util.List<Variable>copy$default$2()booleancopy$default$3()booleanequals(java.lang.Object x$1)ReleaseVariablesUpdatedEventevent()inthashCode()booleanlogDelete()java.util.List<Variable>original()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()static scala.Option<scala.Tuple3<java.util.List<Variable>,java.util.List<Variable>,java.lang.Object>>unapply(ReleaseVariablesUpdateOperation x$0)java.util.List<Variable>updated()
-
-
-
Method Detail
-
apply
public static ReleaseVariablesUpdateOperation apply(java.util.List<Variable> original, java.util.List<Variable> updated, boolean logDelete)
-
unapply
public static scala.Option<scala.Tuple3<java.util.List<Variable>,java.util.List<Variable>,java.lang.Object>> unapply(ReleaseVariablesUpdateOperation x$0)
-
original
public java.util.List<Variable> original()
-
updated
public java.util.List<Variable> updated()
-
logDelete
public boolean logDelete()
-
action
public scala.runtime.Null$ action()
- Specified by:
actionin interfaceXLReleaseOperation
-
event
public ReleaseVariablesUpdatedEvent event()
- Specified by:
eventin interfaceXLReleaseOperation
-
copy
public ReleaseVariablesUpdateOperation copy(java.util.List<Variable> original, java.util.List<Variable> updated, boolean logDelete)
-
copy$default$1
public java.util.List<Variable> copy$default$1()
-
copy$default$2
public java.util.List<Variable> copy$default$2()
-
copy$default$3
public boolean copy$default$3()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-