Class RunnerAuditRecord$
java.lang.Object
scala.runtime.AbstractFunction6<Object,String,RunnerAuditEventType,String,Date,String,RunnerAuditRecord>
com.xebialabs.xlrelease.domain.runner.RunnerAuditRecord$
- All Implemented Interfaces:
Serializable,scala.Function6<Object,String, RunnerAuditEventType, String, Date, String, RunnerAuditRecord>
public class RunnerAuditRecord$
extends scala.runtime.AbstractFunction6<Object,String,RunnerAuditEventType,String,Date,String,RunnerAuditRecord>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RunnerAuditRecord$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(long id, String runnerId, RunnerAuditEventType eventType, String changedBy, Date eventTime, String contentJson) final StringtoString()unapply(RunnerAuditRecord x$0) Methods inherited from class scala.runtime.AbstractFunction6
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function6
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RunnerAuditRecord$
public RunnerAuditRecord$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function6<Object,String, RunnerAuditEventType, String, Date, String, RunnerAuditRecord> - Overrides:
toStringin classscala.runtime.AbstractFunction6<Object,String, RunnerAuditEventType, String, Date, String, RunnerAuditRecord>
-
apply
public RunnerAuditRecord apply(long id, String runnerId, RunnerAuditEventType eventType, String changedBy, Date eventTime, String contentJson) -
unapply
public scala.Option<scala.Tuple6<Object,String, unapplyRunnerAuditEventType, String, Date, String>> (RunnerAuditRecord x$0)
-