Class ArtifactContent

    • Constructor Detail

      • ArtifactContent

        public ArtifactContent()
    • Method Detail

      • getContent

        public String getContent()
        Raw content of the artifact or a valid (and accessible) URL where the content can be found. (Required)
      • setContent

        public void setContent​(String content)
        Raw content of the artifact or a valid (and accessible) URL where the content can be found. (Required)
      • getReferences

        public List<ArtifactReference> getReferences()
        Collection of references to other artifacts. (Required)
      • setReferences

        public void setReferences​(List<ArtifactReference> references)
        Collection of references to other artifacts. (Required)