Class ReleaseRiskScoreUpdated
java.lang.Object
com.xebialabs.xlrelease.domain.events.ReleaseRiskScoreUpdated
- All Implemented Interfaces:
ReleaseActorEvent,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class ReleaseRiskScoreUpdated
extends Object
implements ReleaseActorEvent, scala.Product, Serializable
Private event related to Release Actor. Do not use it.
param: releaseId id of the release param: riskScore risk score param: totalRiskScore total risk score
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReleaseRiskScoreUpdated(String releaseId, int riskScore, int totalRiskScore) -
Method Summary
Modifier and TypeMethodDescriptionstatic ReleaseRiskScoreUpdatedbooleanintintbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>inttoString()intusername()voidusername_$eq(String x$1) Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
ReleaseRiskScoreUpdated
-
-
Method Details
-
apply
-
unapply
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestampin interfaceXLReleaseEvent
-
releaseId
-
riskScore
public int riskScore() -
totalRiskScore
public int totalRiskScore() -
copy
-
copy$default$1
-
copy$default$2
public int copy$default$2() -
copy$default$3
public int copy$default$3() -
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
-