Class BlackoutForm
java.lang.Object
com.xebialabs.xlrelease.domain.calendar.BlackoutForm
Input form for creating or updating a blackout period. Unlike
Blackout, this class
does not require an id or type field, making it suitable as a REST request body.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()voidsetEndDate(Date endDate) voidvoidsetStartDate(Date startDate)
-
Constructor Details
-
BlackoutForm
public BlackoutForm() -
BlackoutForm
-
-
Method Details
-
getLabel
-
setLabel
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-