Class DependencyUpdatedEvent
- java.lang.Object
-
- com.xebialabs.xlrelease.domain.events.DependencyUpdatedEvent
-
- All Implemented Interfaces:
DependencyEvent,XLReleaseEvent,java.io.Serializable,scala.Equals,scala.Product
public class DependencyUpdatedEvent extends java.lang.Object implements DependencyEvent, scala.Product, java.io.Serializable
Event published when a dependency is updated in a gate task. param: original a copy of the original dependency. param: updated updated dependency.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyUpdatedEvent(Dependency original, Dependency updated)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DependencyUpdatedEventapply(Dependency original, Dependency updated)booleancanEqual(java.lang.Object x$1)DependencyUpdatedEventcopy(Dependency original, Dependency updated)Dependencycopy$default$1()Dependencycopy$default$2()booleanequals(java.lang.Object x$1)inthashCode()Dependencyoriginal()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.Tuple2<Dependency,Dependency>>unapply(DependencyUpdatedEvent x$0)Dependencyupdated()java.lang.Stringusername()voidusername_$eq(java.lang.String x$1)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
-
-
-
Constructor Detail
-
DependencyUpdatedEvent
public DependencyUpdatedEvent(Dependency original, Dependency updated)
-
-
Method Detail
-
apply
public static DependencyUpdatedEvent apply(Dependency original, Dependency updated)
-
unapply
public static scala.Option<scala.Tuple2<Dependency,Dependency>> unapply(DependencyUpdatedEvent x$0)
-
username
public java.lang.String username()
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
public void username_$eq(java.lang.String x$1)
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
original
public Dependency original()
-
updated
public Dependency updated()
-
copy
public DependencyUpdatedEvent copy(Dependency original, Dependency updated)
-
copy$default$1
public Dependency copy$default$1()
-
copy$default$2
public Dependency copy$default$2()
-
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
-
-