|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfrog.build.extractor.clientConfiguration.util.DeploymentUrlUtils
public abstract class DeploymentUrlUtils
| Constructor Summary | |
|---|---|
DeploymentUrlUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
buildMatrixParamsString(com.google.common.collect.ArrayListMultimap<java.lang.String,java.lang.String> matrixParams)
|
static java.lang.String |
getDeploymentUrl(java.lang.String artifactoryUrl,
java.util.Properties properties)
Calculate the full Artifactory deployment URL which includes the matrix params appended to it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentUrlUtils()
| Method Detail |
|---|
public static java.lang.String getDeploymentUrl(java.lang.String artifactoryUrl,
java.util.Properties properties)
throws java.io.UnsupportedEncodingException
ClientProperties.PROP_DEPLOY_PARAM_PROP_PREFIX for the property prefix that this method takes into account.
artifactoryUrl - The Artifactory upload URL.properties - The properties to append to the Artifactory URL.
java.io.UnsupportedEncodingException
public static java.lang.String buildMatrixParamsString(com.google.common.collect.ArrayListMultimap<java.lang.String,java.lang.String> matrixParams)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||