Class ArtifactoryGenericArtifactConfig
java.lang.Object
hudson.model.AbstractDescribableImpl<ArtifactoryGenericArtifactConfig>
io.jenkins.plugins.artifactory_artifacts.ArtifactoryGenericArtifactConfig
- All Implemented Interfaces:
Describable<ArtifactoryGenericArtifactConfig>
,Serializable
@Extension
public class ArtifactoryGenericArtifactConfig
extends AbstractDescribableImpl<ArtifactoryGenericArtifactConfig>
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final org.slf4j.Logger
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactoryGenericArtifactConfig
(String storageCredentialId, String serverUrl, String repository, String prefix) ArtifactoryGenericArtifactConfig
(String storageCredentialId, String serverUrl, String repository, String prefix, int maxUploadRetries, int retryDelaySeconds) -
Method Summary
Modifier and TypeMethodDescriptionget()
int
int
void
setMaxUploadRetries
(int maxUploadRetries) void
void
setRepository
(String repository) void
setRetryDelaySeconds
(int retryDelaySeconds) void
setServerUrl
(String serverUrl) void
setStorageCredentialId
(String storageCredentialId) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
LOGGER
public static final org.slf4j.Logger LOGGER -
DEFAULT_MAX_UPLOAD_RETRIES
public static final int DEFAULT_MAX_UPLOAD_RETRIES- See Also:
-
DEFAULT_RETRY_DELAY_SECONDS
public static final int DEFAULT_RETRY_DELAY_SECONDS- See Also:
-
-
Constructor Details
-
ArtifactoryGenericArtifactConfig
@DataBoundConstructor public ArtifactoryGenericArtifactConfig() -
ArtifactoryGenericArtifactConfig
-
ArtifactoryGenericArtifactConfig
-
-
Method Details
-
getStorageCredentialId
-
setStorageCredentialId
-
getServerUrl
-
setServerUrl
-
getRepository
-
setRepository
-
getPrefix
-
setPrefix
-
getMaxUploadRetries
public int getMaxUploadRetries() -
setMaxUploadRetries
@DataBoundSetter public void setMaxUploadRetries(int maxUploadRetries) -
getRetryDelaySeconds
public int getRetryDelaySeconds() -
setRetryDelaySeconds
@DataBoundSetter public void setRetryDelaySeconds(int retryDelaySeconds) -
get
-