public abstract class BuildArtifactsBeforeRunTaskBase<Self extends BuildArtifactsBeforeRunTaskBase> extends BeforeRunTask<Self>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME_ATTRIBUTE |
myProviderId| Modifier | Constructor and Description |
|---|---|
protected |
BuildArtifactsBeforeRunTaskBase(Key<Self> providerId,
Project project,
java.lang.String elementName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addArtifact(Artifact artifact) |
BeforeRunTask |
clone() |
boolean |
equals(java.lang.Object o) |
java.util.List<ArtifactPointer> |
getArtifactPointers() |
int |
getItemsCount() |
int |
hashCode() |
void |
readExternal(Element element) |
void |
removeArtifact(Artifact artifact) |
void |
removeArtifact(ArtifactPointer pointer) |
void |
setArtifactPointers(java.util.List<? extends ArtifactPointer> artifactPointers) |
void |
writeExternal(Element element) |
getProviderId, isEnabled, setEnabledpublic static final java.lang.String NAME_ATTRIBUTE
public void readExternal(Element element)
readExternal in class BeforeRunTask<Self extends BuildArtifactsBeforeRunTaskBase>public BeforeRunTask clone()
clone in class BeforeRunTask<Self extends BuildArtifactsBeforeRunTaskBase>public void writeExternal(Element element)
writeExternal in class BeforeRunTask<Self extends BuildArtifactsBeforeRunTaskBase>public int getItemsCount()
getItemsCount in class BeforeRunTask<Self extends BuildArtifactsBeforeRunTaskBase>public java.util.List<ArtifactPointer> getArtifactPointers()
public void setArtifactPointers(java.util.List<? extends ArtifactPointer> artifactPointers)
public void addArtifact(Artifact artifact)
public void removeArtifact(Artifact artifact)
public void removeArtifact(ArtifactPointer pointer)
public boolean equals(java.lang.Object o)
equals in class BeforeRunTask<Self extends BuildArtifactsBeforeRunTaskBase>public int hashCode()
hashCode in class BeforeRunTask<Self extends BuildArtifactsBeforeRunTaskBase>