Class RemoteArtifact


  • public class RemoteArtifact
    extends Object
    Represents remote build artifacts
    Since:
    2022.08
    • Constructor Detail

      • RemoteArtifact

        public RemoteArtifact​(@NotNull
                              String type,
                              @NotNull
                              Map<String,​String> attributes)
    • Method Detail

      • getType

        @NotNull
        public String getType()
        Returns:
        type of the artifact
      • getAttributes

        @NotNull
        public Map<String,​String> getAttributes()
        Returns:
        a collection of attributes that belong to this remote artifact
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object