Package com.xebialabs.xlrelease.events
Class ReleaseVariablesUpdateOperation$
- All Implemented Interfaces:
Serializable
,scala.Function3<List<Variable>,
List<Variable>, Object, ReleaseVariablesUpdateOperation>
public class ReleaseVariablesUpdateOperation$
extends scala.runtime.AbstractFunction3<List<Variable>,List<Variable>,Object,ReleaseVariablesUpdateOperation>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReleaseVariablesUpdateOperation$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction3
curried, tupled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ReleaseVariablesUpdateOperation$
public ReleaseVariablesUpdateOperation$()
-
-
Method Details
-
toString
-
apply
public ReleaseVariablesUpdateOperation apply(List<Variable> original, List<Variable> updated, boolean logDelete) -
unapply
-