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
Modifier and TypeClassDescriptionstatic final class
-
Field Summary
-
Constructor Summary
ConstructorDescriptionArtifactoryGenericArtifactConfig
(String storageCredentialId, String serverUrl, String repository, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionget()
void
void
setRepository
(String repository) 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
-
-
Constructor Details
-
ArtifactoryGenericArtifactConfig
@DataBoundConstructor public ArtifactoryGenericArtifactConfig() -
ArtifactoryGenericArtifactConfig
-
-
Method Details
-
getStorageCredentialId
-
setStorageCredentialId
-
getServerUrl
-
setServerUrl
-
getRepository
-
setRepository
-
getPrefix
-
setPrefix
-
get
-