|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RestComment in com.atlassian.bamboo.plugins.rest.documentation |
---|
Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestComment | |
---|---|
static RestComment |
RestCommentExampleDocument.EXAMPLE_COMMENT
|
static RestComment |
RestCommentExampleDocument.NEW_COMMENT
|
Uses of RestComment in com.atlassian.bamboo.plugins.rest.model.build.comment |
---|
Methods in com.atlassian.bamboo.plugins.rest.model.build.comment that return RestComment | |
---|---|
protected RestComment |
RestCommentExpander.expandInternal(RestComment comment)
|
Methods in com.atlassian.bamboo.plugins.rest.model.build.comment that return types with arguments of type RestComment | |
---|---|
static com.google.common.base.Function<Comment,RestComment> |
RestComment.createFromCommentFunction()
|
Methods in com.atlassian.bamboo.plugins.rest.model.build.comment with parameters of type RestComment | |
---|---|
protected RestComment |
RestCommentExpander.expandInternal(RestComment comment)
|
Method parameters in com.atlassian.bamboo.plugins.rest.model.build.comment with type arguments of type RestComment | |
---|---|
void |
RestCommentList.setComment(java.util.List<RestComment> comment)
|
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build.comment with type arguments of type RestComment | |
---|---|
RestCommentList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestComment> callback)
|
Uses of RestComment in com.atlassian.bamboo.plugins.rest.resource |
---|
Methods in com.atlassian.bamboo.plugins.rest.resource with parameters of type RestComment | |
---|---|
void |
ResultResource.addBuildComment(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
RestComment comment,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
javax.ws.rs.core.UriInfo uriInfo)
Adds new comment to build result specified by projectKey-buildKey-buildNumber. |
Uses of RestComment in com.atlassian.bamboo.plugins.rest.service |
---|
Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type RestComment | |
---|---|
void |
ResultServiceImpl.addBuildComment(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
RestComment comment,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
javax.ws.rs.core.UriInfo uriInfo)
|
void |
ResultService.addBuildComment(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
RestComment comment,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext,
javax.ws.rs.core.UriInfo uriInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |