public class DateFieldModelFactory extends Object
Constructor and Description |
---|
DateFieldModelFactory(DateTimeFormatterFactory dateTimeFormaterFactory,
DateFieldFormat dateFieldFormat,
JiraAuthenticationContext jiraAuthenticationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
isDateSystemField(Field field)
Checks if the given field is a date system field.
|
DateFieldModel |
toModel(Field field,
Issue issue)
Converts the given date field into a DateFieldModel.
|
public DateFieldModelFactory(DateTimeFormatterFactory dateTimeFormaterFactory, DateFieldFormat dateFieldFormat, JiraAuthenticationContext jiraAuthenticationContext)
public boolean isDateSystemField(Field field)
field
- public DateFieldModel toModel(Field field, Issue issue)
isDateSystemField(com.atlassian.jira.issue.fields.Field)
Copyright © 2002-2021 Atlassian. All Rights Reserved.