Class DeliveryUtils$
java.lang.Object
com.xebialabs.xlrelease.domain.utils.DeliveryUtils$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeliveryUtils$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeliveryIdFrom
(String id) scala.collection.immutable.Seq<TrackedItem>
getItemsCompletedInAllStages
(scala.collection.immutable.Seq<TrackedItem> items, scala.collection.immutable.Seq<Stage> stages) scala.collection.immutable.Seq<TrackedItem>
getItemsWithStatusInAllStages
(scala.collection.immutable.Seq<TrackedItem> items, scala.collection.immutable.Seq<Stage> stages, scala.collection.immutable.Seq<TrackedItemStatus> statuses) boolean
hasAnyStatusInStage
(Stage stage, TrackedItem item, scala.collection.immutable.Seq<TrackedItemStatus> statuses) boolean
isConditionGroup
(Condition condition)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
DeliveryUtils$
public DeliveryUtils$()
-
-
Method Details
-
deliveryIdFrom
-
transitionIdFrom
-
getItemsCompletedInAllStages
public scala.collection.immutable.Seq<TrackedItem> getItemsCompletedInAllStages(scala.collection.immutable.Seq<TrackedItem> items, scala.collection.immutable.Seq<Stage> stages) -
getItemsWithStatusInAllStages
public scala.collection.immutable.Seq<TrackedItem> getItemsWithStatusInAllStages(scala.collection.immutable.Seq<TrackedItem> items, scala.collection.immutable.Seq<Stage> stages, scala.collection.immutable.Seq<TrackedItemStatus> statuses) -
hasAnyStatusInStage
public boolean hasAnyStatusInStage(Stage stage, TrackedItem item, scala.collection.immutable.Seq<TrackedItemStatus> statuses) -
isConditionGroup
-