Package | Description |
---|---|
sp.sd.nexusartifactuploader | |
sp.sd.nexusartifactuploader.steps |
Modifier and Type | Method and Description |
---|---|
Artifact |
Artifact.expandVars(EnvVars envVars)
Produce a new artifact with its fields expanded with the given env variables
|
Modifier and Type | Method and Description |
---|---|
List<Artifact> |
NexusArtifactUploader.getArtifacts() |
Modifier and Type | Method and Description |
---|---|
static org.sonatype.aether.artifact.Artifact |
Utils.toArtifact(Artifact artifact,
String groupId,
String version,
File artifactFile) |
Constructor and Description |
---|
NexusArtifactUploader(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> |
NexusArtifactUploaderStep.getArtifacts() |
Constructor and Description |
---|
NexusArtifactUploaderStep(String nexusVersion,
String protocol,
String nexusUrl,
String groupId,
String version,
String repository,
String credentialsId,
List<Artifact> artifacts) |
Copyright © 2016–2022. All rights reserved.