java.lang.Object | ||||
↳ | com.atlassian.jira.pageobjects.dialogs.JiraDialog | |||
↳ | com.atlassian.jira.pageobjects.dialogs.FormDialog | |||
↳ | com.atlassian.jira.pageobjects.dialogs.quickedit.AbstractIssueDialog | |||
↳ | com.atlassian.jira.pageobjects.dialogs.quickedit.EditIssueDialog |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
dueDate |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This method is deprecated.
use setDueDate(String)
and take care of formatting yourself. Date
doesn't
understand timezones, which is essential for converting to a day/month/year format.
Using this method will open you up to flaky tests when the test runner and JIRA instances are on different computers with different timezone settings.