Modifier and Type | Method and Description |
---|---|
List<ExternalComment> |
ExternalIssue.getExternalComments() |
List<ExternalComment> |
ExternalIssueImpl.getExternalComments() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalIssue.setExternalComments(List<ExternalComment> externalComments) |
void |
ExternalIssueImpl.setExternalComments(List<ExternalComment> externalComments) |
Modifier and Type | Method and Description |
---|---|
void |
BackupOverviewBuilderImpl.addComment(ExternalComment comment) |
void |
BackupOverviewBuilder.addComment(ExternalComment comment)
Allows you to register a comment against a project.
|
Modifier and Type | Method and Description |
---|---|
ExternalComment |
CommentParser.parse(Map attributes)
Parses the comment data from the backup XML.
|
ExternalComment |
CommentParserImpl.parse(Map attributes) |
Modifier and Type | Method and Description |
---|---|
EntityRepresentation |
CommentParser.getEntityRepresentation(ExternalComment comment)
Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the
provided comment.
|
EntityRepresentation |
CommentParserImpl.getEntityRepresentation(ExternalComment comment) |
Modifier and Type | Method and Description |
---|---|
ExternalComment |
CommentTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalComment oldComment) |
ExternalComment |
CommentTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalComment comment)
Transforms an ExternalComment based on the project import mapper that is provided.
|
Modifier and Type | Method and Description |
---|---|
ExternalComment |
CommentTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalComment oldComment) |
ExternalComment |
CommentTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalComment comment)
Transforms an ExternalComment based on the project import mapper that is provided.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.