public class Artifact extends hudson.model.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 |
|---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getFile() |
String |
getType() |
Copyright © 2016. All rights reserved.