public class Artifact extends Object
Constructor and Description |
---|
Artifact() |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
getArtifact()
Get artifact.
|
String |
getArtifactNameOrKey()
Get artifact name or key.
|
String |
getArtifactType()
Get artifact type.
|
String |
getTransportMethod()
Get artifact transport method.
|
void |
setArtifact(String artifact)
Set test-artifact.
|
void |
setArtifactNameOrKey(String artifactNameOrKey)
Set test-artifact name or key.
|
void |
setArtifactType(String artifactType)
Set test-artifact type.
|
void |
setTransportMethod(String transportMethod)
Set test-artifact transport method.
|
public String getArtifactType()
public org.apache.axiom.om.OMElement getArtifact()
public String getArtifactNameOrKey()
public String getTransportMethod()
public void setArtifactType(String artifactType)
artifactType
- type of the artifact in descriptor datapublic void setArtifact(String artifact) throws XMLStreamException
artifact
- receiving artifact in descriptor dataXMLStreamException
public void setArtifactNameOrKey(String artifactNameOrKey)
artifactNameOrKey
- name of the artifact in descriptor datapublic void setTransportMethod(String transportMethod)
transportMethod
- transport method of the artifact in descriptor dataCopyright © 2005–2020 Apache Software Foundation. All rights reserved.