public class Artifact extends AbstractDescribableImpl<Artifact> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Artifact.DescriptorImpl |
Constructor and Description |
---|
Artifact(String artifactId,
String type,
String classifier,
String file) |
Modifier and Type | Method and Description |
---|---|
Artifact |
expandVars(EnvVars envVars)
Produce a new artifact with its fields expanded with the given env variables
|
String |
getArtifactId() |
String |
getClassifier() |
String |
getFile() |
String |
getType() |
getDescriptor
@CheckReturnValue public Artifact expandVars(EnvVars envVars)
public String getArtifactId()
public String getType()
public String getClassifier()
public String getFile()
Copyright © 2016–2022. All rights reserved.