Class Artifact

java.lang.Object
dev.galasa.framework.spi.ras.Artifact

public class Artifact extends Object
  • Constructor Details

    • Artifact

      public Artifact(Path artifactPath, String contentType)
  • Method Details

    • setContentType

      public void setContentType(String contentType)
    • setArtifactPath

      public void setArtifactPath(Path artifactPath)
    • getArtifactPath

      public Path getArtifactPath()
    • getContentType

      public String getContentType()