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 groupId,
String version,
String repository,
String credentialsId,
List<Artifact> artifacts) |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
getArtifacts() |
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials |
getCredentials(hudson.model.Item project) |
String |
getCredentialsId() |
String |
getGroupId() |
String |
getNexusUrl() |
String |
getNexusVersion() |
String |
getPassword(hudson.EnvVars environment,
hudson.model.Item project) |
String |
getProtocol() |
String |
getRepository() |
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) |
public String getNexusVersion()
public String getProtocol()
public String getNexusUrl()
public String getGroupId()
public String getVersion()
public String getRepository()
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.