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 protocol,
String nexusUrl,
String nexusUser,
String nexusPassword,
String groupId,
String artifactId,
String version,
String packaging,
String repository,
String file,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials |
getCredentials() |
String |
getCredentialsId() |
String |
getFile() |
String |
getGroupId() |
String |
getNexusPassword() |
String |
getNexusUrl() |
String |
getNexusUser() |
String |
getPackaging() |
String |
getPassword(hudson.EnvVars environment) |
String |
getProtocol() |
String |
getRepository() |
String |
getUsername(hudson.EnvVars environment) |
String |
getVersion() |
static com.cloudbees.plugins.credentials.common.StandardUsernameCredentials |
lookupSystemCredentials(String credentialsId) |
public String getProtocol()
public String getNexusUrl()
public String getNexusUser()
public String getNexusPassword()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getPackaging()
public String getRepository()
public String getFile()
public com.cloudbees.plugins.credentials.common.StandardUsernameCredentials getCredentials()
public static com.cloudbees.plugins.credentials.common.StandardUsernameCredentials lookupSystemCredentials(String credentialsId)
public String getUsername(hudson.EnvVars environment)
public String getPassword(hudson.EnvVars environment)
Copyright © 2016. All rights reserved.