org.jfrog.build.extractor.clientConfiguration
Interface ClientProperties


public interface ClientProperties


Field Summary
static java.lang.String ARTIFACTORY_PREFIX
           
static java.lang.String PROP_CONTEXT_URL
          Deprecated. See org.jfrog.build.extractor.build.ArtifactoryClientConfiguration#getContextUrl(). Should not be used as a top level property.
static java.lang.String PROP_DEPLOY_PARAM_PROP_PREFIX
          Prefix for properties that are dynamically added to deployment (as matrix params)
static java.lang.String PROP_MAX_CO_PER_ROUTE
           
static java.lang.String PROP_MAX_TOTAL_CO
           
static java.lang.String PROP_PROXY_PREFIX
           
static java.lang.String PROP_PUBLISH_EVEN_UNSTABLE
          Property for whether to publish the artifacts even if the build is unstable
static java.lang.String PROP_PUBLISH_PREFIX
          The repo key in Artifactory to where to publish release artifacts.
static java.lang.String PROP_RESOLVE_PREFIX
          The repo key in Artifactory from where to resolve artifacts.
static java.lang.String PROP_SO_TIMEOUT
           
static java.lang.String PROP_TIMEOUT
           
 

Field Detail

ARTIFACTORY_PREFIX

static final java.lang.String ARTIFACTORY_PREFIX
See Also:
Constant Field Values

PROP_CONTEXT_URL

@Deprecated
static final java.lang.String PROP_CONTEXT_URL
Deprecated. See org.jfrog.build.extractor.build.ArtifactoryClientConfiguration#getContextUrl(). Should not be used as a top level property.
The URL of the artifactory web application (typically ending with '/artifactory')

See Also:
Constant Field Values

PROP_TIMEOUT

static final java.lang.String PROP_TIMEOUT
See Also:
Constant Field Values

PROP_SO_TIMEOUT

static final java.lang.String PROP_SO_TIMEOUT
See Also:
Constant Field Values

PROP_MAX_CO_PER_ROUTE

static final java.lang.String PROP_MAX_CO_PER_ROUTE
See Also:
Constant Field Values

PROP_MAX_TOTAL_CO

static final java.lang.String PROP_MAX_TOTAL_CO
See Also:
Constant Field Values

PROP_PROXY_PREFIX

static final java.lang.String PROP_PROXY_PREFIX
See Also:
Constant Field Values

PROP_RESOLVE_PREFIX

static final java.lang.String PROP_RESOLVE_PREFIX
The repo key in Artifactory from where to resolve artifacts.

See Also:
Constant Field Values

PROP_PUBLISH_PREFIX

static final java.lang.String PROP_PUBLISH_PREFIX
The repo key in Artifactory to where to publish release artifacts.

See Also:
Constant Field Values

PROP_PUBLISH_EVEN_UNSTABLE

static final java.lang.String PROP_PUBLISH_EVEN_UNSTABLE
Property for whether to publish the artifacts even if the build is unstable

See Also:
Constant Field Values

PROP_DEPLOY_PARAM_PROP_PREFIX

static final java.lang.String PROP_DEPLOY_PARAM_PROP_PREFIX
Prefix for properties that are dynamically added to deployment (as matrix params)

See Also:
Constant Field Values