|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestComment | |
---|---|
com.atlassian.bamboo.plugins.rest.model.build.comment | |
com.atlassian.bamboo.plugins.rest.resource | |
com.atlassian.bamboo.plugins.rest.service |
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 with parameters of type RestComment | |
---|---|
protected RestComment |
RestCommentExpander.expandInternal(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)
|
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 |