Interface ResolvedArtifact.Builder

  • Method Details

    • type

      Specifies the type of artifact.

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

      Specifies the type of artifact.

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

      ResolvedArtifact.Builder location(String location)

      The location of the artifact.

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

      ResolvedArtifact.Builder identifier(String identifier)

      The identifier of the artifact.

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