Package com.xebialabs.xlrelease.domain
Class DependencyTarget
java.lang.Object
com.xebialabs.xlrelease.domain.DependencyTarget
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDependencyTarget(Integer targetReleaseUid, String targetId, com.xebialabs.deployit.plugin.api.reflect.Type targetType, String releaseTitle, String phaseId, String phaseTitle, String resolvedPhaseTitle, PhaseStatus phaseStatus, String taskId, String taskTitle, String resolvedTaskTitle, TaskStatus taskStatus, FlagStatus releaseFlagStatus, String releaseFlagComment, Date startDate, Date endDate, Date scheduledStartDate, Date dueDate, Integer plannedDuration) -
Method Summary
Modifier and TypeMethodDescriptionstatic DependencyTargetapply(Integer targetReleaseUid, String targetId, com.xebialabs.deployit.plugin.api.reflect.Type targetType, String releaseTitle, String phaseId, String phaseTitle, String resolvedPhaseTitle, PhaseStatus phaseStatus, String taskId, String taskTitle, String resolvedTaskTitle, TaskStatus taskStatus, FlagStatus releaseFlagStatus, String releaseFlagComment, Date startDate, Date endDate, Date scheduledStartDate, Date dueDate, Integer plannedDuration) booleancopy(Integer targetReleaseUid, String targetId, com.xebialabs.deployit.plugin.api.reflect.Type targetType, String releaseTitle, String phaseId, String phaseTitle, String resolvedPhaseTitle, PhaseStatus phaseStatus, String taskId, String taskTitle, String resolvedTaskTitle, TaskStatus taskStatus, FlagStatus releaseFlagStatus, String releaseFlagComment, Date startDate, Date endDate, Date scheduledStartDate, Date dueDate, Integer plannedDuration) com.xebialabs.deployit.plugin.api.reflect.TypedueDate()endDate()booleaninthashCode()phaseId()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>targetId()com.xebialabs.deployit.plugin.api.reflect.TypetaskId()toString()static scala.Option<scala.Tuple19<Integer,String, com.xebialabs.deployit.plugin.api.reflect.Type, String, String, String, String, PhaseStatus, String, String, String, TaskStatus, FlagStatus, String, Date, Date, Date, Date, Integer>> unapply(DependencyTarget x$0) Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
DependencyTarget
public DependencyTarget(Integer targetReleaseUid, String targetId, com.xebialabs.deployit.plugin.api.reflect.Type targetType, String releaseTitle, String phaseId, String phaseTitle, String resolvedPhaseTitle, PhaseStatus phaseStatus, String taskId, String taskTitle, String resolvedTaskTitle, TaskStatus taskStatus, FlagStatus releaseFlagStatus, String releaseFlagComment, Date startDate, Date endDate, Date scheduledStartDate, Date dueDate, Integer plannedDuration)
-
-
Method Details
-
apply
public static DependencyTarget apply(Integer targetReleaseUid, String targetId, com.xebialabs.deployit.plugin.api.reflect.Type targetType, String releaseTitle, String phaseId, String phaseTitle, String resolvedPhaseTitle, PhaseStatus phaseStatus, String taskId, String taskTitle, String resolvedTaskTitle, TaskStatus taskStatus, FlagStatus releaseFlagStatus, String releaseFlagComment, Date startDate, Date endDate, Date scheduledStartDate, Date dueDate, Integer plannedDuration) -
unapply
public static scala.Option<scala.Tuple19<Integer,String, unapplycom.xebialabs.deployit.plugin.api.reflect.Type, String, String, String, String, PhaseStatus, String, String, String, TaskStatus, FlagStatus, String, Date, Date, Date, Date, Integer>> (DependencyTarget x$0) -
targetReleaseUid
-
targetId
-
targetType
public com.xebialabs.deployit.plugin.api.reflect.Type targetType() -
releaseTitle
-
phaseId
-
phaseTitle
-
resolvedPhaseTitle
-
phaseStatus
-
taskId
-
taskTitle
-
resolvedTaskTitle
-
taskStatus
-
releaseFlagStatus
-
releaseFlagComment
-
startDate
-
endDate
-
scheduledStartDate
-
dueDate
-
plannedDuration
-
copy
public DependencyTarget copy(Integer targetReleaseUid, String targetId, com.xebialabs.deployit.plugin.api.reflect.Type targetType, String releaseTitle, String phaseId, String phaseTitle, String resolvedPhaseTitle, PhaseStatus phaseStatus, String taskId, String taskTitle, String resolvedTaskTitle, TaskStatus taskStatus, FlagStatus releaseFlagStatus, String releaseFlagComment, Date startDate, Date endDate, Date scheduledStartDate, Date dueDate, Integer plannedDuration) -
copy$default$1
-
copy$default$10
-
copy$default$11
-
copy$default$12
-
copy$default$13
-
copy$default$14
-
copy$default$15
-
copy$default$16
-
copy$default$17
-
copy$default$18
-
copy$default$19
-
copy$default$2
-
copy$default$3
public com.xebialabs.deployit.plugin.api.reflect.Type copy$default$3() -
copy$default$4
-
copy$default$5
-
copy$default$6
-
copy$default$7
-
copy$default$8
-
copy$default$9
-
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
-