java.lang.Object | |
↳ | com.atlassian.jira.issue.customfields.converters.ProjectConverterImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the Project that this String value represents.
| |||||||||||
Get the Project for the given ID.
| |||||||||||
Get the Project that this String value represents.
| |||||||||||
Get the Project for the given ID.
| |||||||||||
Get the String value that represents the given Project.
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||
From interface
com.atlassian.jira.issue.customfields.converters.ProjectConverter
|
Get the Project that this String value represents.
stringValue | the String representation. |
---|
FieldValidationException |
---|
Get the Project for the given ID.
projectId | the Project ID. |
---|
FieldValidationException |
---|
Get the Project that this String value represents.
Same as getProject() and exists for legacy reasons.
stringValue | the String representation. |
---|
FieldValidationException |
---|
Get the Project for the given ID. If a null projectId is passed in, then a null Project is returned.
Same as getProject() and exists for legacy reasons.
projectId | the Project ID. |
---|
FieldValidationException |
---|
Get the String value that represents the given Project.
project | Project to convert |
---|