@Singleton public class DependencyResource extends Object
Constructor and Description |
---|
DependencyResource(BambooUserManager bambooUserManager,
PlanRestService planRestService) |
Modifier and Type | Method and Description |
---|---|
RestDependencies |
searchForAvailablePlanChildDependencies(String projectKey,
String buildKey,
String searchTerm,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Search for available plan child dependencies
|
RestDependencies |
searchForAvailablePlanParentDependencies(String projectKey,
String buildKey,
String searchTerm,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Search for available plan parent dependencies
|
public DependencyResource(BambooUserManager bambooUserManager, PlanRestService planRestService)
public RestDependencies searchForAvailablePlanChildDependencies(String projectKey, String buildKey, @NotNull String searchTerm, @Context javax.ws.rs.core.UriInfo uriInfo, @Context com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) throws WebValidationException
WebValidationException
public RestDependencies searchForAvailablePlanParentDependencies(String projectKey, String buildKey, @NotNull String searchTerm, @Context javax.ws.rs.core.UriInfo uriInfo, @Context com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) throws WebValidationException
WebValidationException
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.