Class BlackoutMetadata
java.lang.Object
com.xebialabs.xlrelease.domain.blackout.BlackoutMetadata
- All Implemented Interfaces:
InternalMetadata
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<BlackoutPeriod>
static BlackoutMetadata
apply
(List<BlackoutPeriod> periods) static BlackoutMetadata
apply
(scala.collection.immutable.Seq<BlackoutPeriod> periods) static String
BLACKOUT()
static BlackoutMetadata
empty()
getEndOfBlackout
(Date now) boolean
isInBlackout
(Date now) static Date
toStartOfNextMinute
(Date date)
-
Constructor Details
-
BlackoutMetadata
-
-
Method Details
-
$lessinit$greater$default$1
-
apply
-
apply
-
empty
-
BLACKOUT
-
toStartOfNextMinute
-
isInBlackout
-
getEndOfBlackout
-