com.atlassian.jira.issue.customfields.converters.ProjectConverter |
Known Indirect Subclasses |
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to @Internal
elements).
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.
|
Get the Project that this String value represents.
stringValue | the String representation. |
---|
FieldValidationException | if we are unable to convert the String representation. |
---|
Get the Project for the given ID.
projectId | the Project ID. |
---|
FieldValidationException | if the Project ID is invalid. |
---|
Get the Project that this String value represents.
Same as getProject() and exists for legacy reasons.
stringValue | the String representation. |
---|
FieldValidationException | if we are unable to convert the String representation. |
---|
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 | if the Project ID is invalid. |
---|
Get the String value that represents the given Project.
project | Project to convert |
---|