@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-23T16:54:14.393Z") @Stability(value=Deprecated) @Deprecated public interface ArtifactoryBackendProps extends software.amazon.jsii.JsiiSerializable
Generic HTTP repositories are supported, and state from different configurations may be kept at different subpaths within the repository.
Note: The URL must include the path to the Artifactory installation. It will likely end in /artifactory.
This backend does not support state locking.
Read more about this backend in the Terraform docs: https://www.terraform.io/language/settings/backends/artifactory
Modifier and Type | Interface and Description |
---|---|
static class |
ArtifactoryBackendProps.Builder
Deprecated.
|
static class |
ArtifactoryBackendProps.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ArtifactoryBackendProps.Builder |
builder()
Deprecated.
|
String |
getPassword()
Deprecated.
|
String |
getRepo()
Deprecated.
|
String |
getSubpath()
Deprecated.
|
String |
getUrl()
Deprecated.
|
String |
getUsername()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getPassword()
@Stability(value=Deprecated) @Deprecated @NotNull String getRepo()
@Stability(value=Deprecated) @Deprecated @NotNull String getSubpath()
@Stability(value=Deprecated) @Deprecated @NotNull String getUrl()
Note that this is the base url to artifactory not the full repo and subpath.
@Stability(value=Deprecated) @Deprecated @NotNull String getUsername()
@Stability(value=Deprecated) @Deprecated static ArtifactoryBackendProps.Builder builder()
ArtifactoryBackendProps.Builder
of ArtifactoryBackendProps
Copyright © 2022. All rights reserved.