Class NonWorkingDay
java.lang.Object
com.atlassian.greenhopper.model.rapid.AbstractModel
com.atlassian.greenhopper.model.rapid.NonWorkingDay
- All Implemented Interfaces:
com.atlassian.jira.entity.WithId
Defines the working days configuration
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
id
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder
(NonWorkingDay day) static NonWorkingDay
fromISO8061String
(String iso8601Date) static NonWorkingDay
fromLocalDate
(org.joda.time.LocalDate localDate) org.joda.time.LocalDate
Methods inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
equals, getId, hashCode, toString
-
Method Details
-
getIso8601Date
-
getLocalDate
public org.joda.time.LocalDate getLocalDate() -
fromISO8061String
-
fromLocalDate
-
builder
-
builder
-