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