org.axway.grapes.utils.client
Class RequestUtils
java.lang.Object
org.axway.grapes.utils.client.RequestUtils
public final class RequestUtils
- extends Object
Request Utils
Handles the build of the request path to a Grapes server
- Author:
- jdcoffre
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moduleResourcePath
public static String moduleResourcePath()
artifactResourcePath
public static String artifactResourcePath()
licenseResourcePath
public static String licenseResourcePath()
getModulePath
public static String getModulePath(String name,
String version)
getAllModulesPath
public static String getAllModulesPath()
getModuleVersionsPath
public static String getModuleVersionsPath(String name)
getModulePromotionPath
public static String getModulePromotionPath(String name,
String version)
getBuildInfoPath
public static String getBuildInfoPath(String name,
String version)
getArtifactPath
public static String getArtifactPath(String gavc)
getLicensePath
public static String getLicensePath(String licenseId)
promoteModulePath
public static String promoteModulePath(String name,
String version)
canBePromotedModulePath
public static String canBePromotedModulePath(String name,
String version)
getModuleOrganizationPath
public static String getModuleOrganizationPath(String name,
String moduleVersion)
getArtifactLicensesPath
public static String getArtifactLicensesPath(String gavc)
getArtifactAncestors
public static String getArtifactAncestors(String name,
String version)
getArtifactDependencies
public static String getArtifactDependencies(String name,
String version)
getArtifactsPath
public static String getArtifactsPath()
getDoNotUseArtifact
public static String getDoNotUseArtifact(String gavc)
getArtifactVersions
public static String getArtifactVersions(String gavc)
getArtifactLastVersion
public static String getArtifactLastVersion(String gavc)
getArtifactModule
public static String getArtifactModule(String gavc)
getProjectModuleNames
public static String getProjectModuleNames(String name)
Copyright © 2014. All Rights Reserved.