@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,
@NotNull String searchTerm,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) |
RestDependencies |
searchForAvailablePlanParentDependencies(String projectKey,
String buildKey,
@NotNull String searchTerm,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) |
public DependencyResource(BambooUserManager bambooUserManager, PlanRestService planRestService)
public RestDependencies searchForAvailablePlanChildDependencies(String projectKey, String buildKey, @NotNull @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 @NotNull String searchTerm, @Context javax.ws.rs.core.UriInfo uriInfo, @Context com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) throws WebValidationException
WebValidationException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.