public final class NexusArtifactUploaderStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
NexusArtifactUploaderStep.DescriptorImpl |
static class |
NexusArtifactUploaderStep.Execution |
| Constructor and Description |
|---|
NexusArtifactUploaderStep(String nexusVersion,
String protocol,
String nexusUrl,
String nexusUser,
String nexusPassword,
String groupId,
String artifactId,
String version,
String type,
String classifier,
String repository,
String file,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassifier() |
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials |
getCredentials(hudson.model.Item project) |
String |
getCredentialsId() |
String |
getFile() |
String |
getGroupId() |
String |
getNexusPassword() |
String |
getNexusUrl() |
String |
getNexusUser() |
String |
getNexusVersion() |
String |
getPassword(hudson.EnvVars environment,
hudson.model.Item project) |
String |
getProtocol() |
String |
getRepository() |
String |
getType() |
String |
getUsername(hudson.EnvVars environment,
hudson.model.Item project) |
String |
getVersion() |
static com.cloudbees.plugins.credentials.common.StandardUsernameCredentials |
lookupSystemCredentials(String credentialsId,
hudson.model.Item project) |
@DataBoundConstructor public NexusArtifactUploaderStep(String nexusVersion, String protocol, String nexusUrl, String nexusUser, String nexusPassword, String groupId, String artifactId, String version, String type, String classifier, String repository, String file, String credentialsId)
public String getNexusVersion()
public String getProtocol()
public String getNexusUrl()
public String getNexusUser()
public String getNexusPassword()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getType()
public String getClassifier()
public String getRepository()
public String getFile()
public com.cloudbees.plugins.credentials.common.StandardUsernameCredentials getCredentials(hudson.model.Item project)
public static com.cloudbees.plugins.credentials.common.StandardUsernameCredentials lookupSystemCredentials(String credentialsId, hudson.model.Item project)
public String getUsername(hudson.EnvVars environment, hudson.model.Item project)
public String getPassword(hudson.EnvVars environment, hudson.model.Item project)
Copyright © 2016. All rights reserved.