Class Artifact


  • public class Artifact
    extends Object
    • Constructor Detail

      • Artifact

        public Artifact()
    • Method Detail

      • getArtifactType

        public String getArtifactType()
        Get artifact type.
        Returns:
        artifact type in descriptor data
      • getArtifact

        public org.apache.axiom.om.OMElement getArtifact()
        Get artifact.
        Returns:
        artifact in descriptor data
      • getArtifactNameOrKey

        public String getArtifactNameOrKey()
        Get artifact name or key.
        Returns:
        artifact name in descriptor data
      • getTransportMethod

        public String getTransportMethod()
        Get artifact transport method.
        Returns:
        artifact transport method in descriptor data
      • setArtifactType

        public void setArtifactType​(String artifactType)
        Set test-artifact type.
        Parameters:
        artifactType - type of the artifact in descriptor data
      • setArtifactNameOrKey

        public void setArtifactNameOrKey​(String artifactNameOrKey)
        Set test-artifact name or key.
        Parameters:
        artifactNameOrKey - name of the artifact in descriptor data
      • setTransportMethod

        public void setTransportMethod​(String transportMethod)
        Set test-artifact transport method.
        Parameters:
        transportMethod - transport method of the artifact in descriptor data