@Deprecated public interface Artifact extends ConvertibleFromConfig, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
ARTIFACT_COPY_PATTERN
Deprecated.
|
static String |
ARTIFACT_LABEL
Deprecated.
|
static String |
ARTIFACT_SRC_DIR
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCopyPattern()
Deprecated.
|
String |
getLabel()
Deprecated.
|
String |
getSrcDirectory()
Deprecated.
|
void |
setCopyPattern(String copyPattern)
Deprecated.
|
void |
setLabel(String label)
Deprecated.
|
void |
setSrcDirectory(String srcDirectory)
Deprecated.
|
populateFromConfig, toConfigurationstatic final String ARTIFACT_LABEL
static final String ARTIFACT_SRC_DIR
static final String ARTIFACT_COPY_PATTERN
String getLabel()
void setLabel(String label)
String getCopyPattern()
void setCopyPattern(String copyPattern)
String getSrcDirectory()
void setSrcDirectory(String srcDirectory)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.