Interface ArtifactSummary.Builder

  • Method Details

    • artifactId

      ArtifactSummary.Builder artifactId(String artifactId)

      Unique identifier of the artifact

      Parameters:
      artifactId - Unique identifier of the artifact
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileName

      ArtifactSummary.Builder fileName(String fileName)

      Name of the artifact file

      Parameters:
      fileName - Name of the artifact file
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactType

      ArtifactSummary.Builder artifactType(String artifactType)

      Type of the artifact file

      Parameters:
      artifactType - Type of the artifact file
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • artifactType

      ArtifactSummary.Builder artifactType(ArtifactType artifactType)

      Type of the artifact file

      Parameters:
      artifactType - Type of the artifact file
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: