public class PutManualDependenciesRequest extends PutRequest<String>
connector, gson, queryParameters| Constructor and Description |
|---|
PutManualDependenciesRequest(ServiceConnector connector,
String token,
String codePack,
String artifactName,
String filePath,
Set<String> dependenciesFullyQualifiedNames) |
| Modifier and Type | Method and Description |
|---|---|
String |
parse(String response) |
getBodyJsonString, run, withBodyJsonStringgetBodyAttributes, getHeaderAttributes, getQueryParameters, getRoute, getToken, withBodyAttribute, withBodyAttributes, withHeaderAttribute, withHeaderAttributes, withQueryParameter, withQueryParamspublic PutManualDependenciesRequest(ServiceConnector connector, String token, String codePack, String artifactName, String filePath, Set<String> dependenciesFullyQualifiedNames)
connector - The connector that sends the request.token - The security token for connecting to the server.codePack - The code pack to which the artifcat belongs.artifactName - The name of the artifcat to which the source file belongs.filePath - The path of the file to which the dependencies shall be attached.dependenciesFullyQualifiedNames - The fully qualified names of the dependencies to attach.
use '/' instead of '.' between package names.public String parse(String response)
parse in class PutRequest<String>Copyright © 2018. All rights reserved.