public class ArtifactDeployer extends hudson.tasks.Notifier implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ArtifactDeployer.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Modifier and Type | Field and Description |
---|---|
List<Artifact> |
artifacts |
static ArtifactDeployer.DescriptorImpl |
DESCRIPTOR |
boolean |
enableRepoLogging |
UserPwd |
overwriteSecurity |
String |
repoId |
String |
snapshotRepoId |
Constructor and Description |
---|
ArtifactDeployer(List<Artifact> artifacts,
String repoId,
String snapshotRepoId,
UserPwd overwriteSecurity,
boolean enableRepoLogging) |
Modifier and Type | Method and Description |
---|---|
boolean |
enableRepoLogging() |
ArtifactDeployer.DescriptorImpl |
getDescriptor() |
String |
getPassword() |
Collection<Repository> |
getRepos() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getUserName() |
boolean |
isOverwriteSecurity() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
public final UserPwd overwriteSecurity
public boolean enableRepoLogging
public final String repoId
public final String snapshotRepoId
@Extension public static final ArtifactDeployer.DescriptorImpl DESCRIPTOR
public boolean enableRepoLogging()
public boolean isOverwriteSecurity()
public String getUserName()
public String getPassword()
public Collection<Repository> getRepos()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public ArtifactDeployer.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
Copyright © 2010–2018. All rights reserved.