|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestProject | |
---|---|
com.atlassian.bamboo.plugins.rest.model.project | |
com.atlassian.bamboo.plugins.rest.resource |
Uses of RestProject in com.atlassian.bamboo.plugins.rest.model.project |
---|
Methods in com.atlassian.bamboo.plugins.rest.model.project that return RestProject | |
---|---|
protected RestProject |
RestProjectExpander.expandInternal(RestProject project)
|
Methods in com.atlassian.bamboo.plugins.rest.model.project with parameters of type RestProject | |
---|---|
protected RestProject |
RestProjectExpander.expandInternal(RestProject project)
|
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.project with type arguments of type RestProject | |
---|---|
RestProjectList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestProject> callback)
|
Uses of RestProject in com.atlassian.bamboo.plugins.rest.resource |
---|
Methods in com.atlassian.bamboo.plugins.rest.resource that return RestProject | |
---|---|
RestProject |
ProjectResource.getProject(java.lang.String projectKey,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Method used to retrieve information for project specified as project key Should be invoked as /rest/api/latest/project/PROJECTKEY Possible expand parameters plans - list of plans for project plans.plan - list of plans with plan details (only plans visible - READ permission for user) plans.plan.actions - list of plans with plan details and actions available for user for plan |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |