Interface Artifact.Builder

    • Method Detail

      • name

        Artifact.Builder name​(String name)

        The artifact's name.

        Parameters:
        name - The artifact's name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revision

        Artifact.Builder revision​(String revision)

        The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).

        Parameters:
        revision - The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        Artifact.Builder location​(ArtifactLocation location)

        The location of an artifact.

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