Interface Artifact.Builder

    • Method Detail

      • artifactFileName

        Artifact.Builder artifactFileName​(String artifactFileName)

        The file name for the artifact.

        Parameters:
        artifactFileName - The file name for the artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • artifactId

        Artifact.Builder artifactId​(String artifactId)

        The unique ID for the artifact.

        Parameters:
        artifactId - The unique ID for the artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.