Class OtherArtifact

All Implemented Interfaces:
UnknownPropertyPreserving

public class OtherArtifact extends DownloadableArtifact
Other artifact represents an artifact of assorted types. Users can specify a name of the file under which it will be stored in the container image.
  • Constructor Details

    • OtherArtifact

      public OtherArtifact()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in class Artifact
    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)