Interface Revision.Builder

    • Method Detail

      • branch

        Revision.Builder branch​(String branch)

        The repository branch.

        Parameters:
        branch - The repository branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directory

        Revision.Builder directory​(String directory)

        The repository directory changed by a commit and push that activated the sync attempt.

        Parameters:
        directory - The repository directory changed by a commit and push that activated the sync attempt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryName

        Revision.Builder repositoryName​(String repositoryName)

        The repository name.

        Parameters:
        repositoryName - The repository name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryProvider

        Revision.Builder repositoryProvider​(String repositoryProvider)

        The repository provider.

        Parameters:
        repositoryProvider - The repository provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RepositoryProvider, RepositoryProvider
      • sha

        Revision.Builder sha​(String sha)

        The secure hash algorithm (SHA) hash for the revision.

        Parameters:
        sha - The secure hash algorithm (SHA) hash for the revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.