Interface SourceCodeRepository.Builder

    • Method Detail

      • branch

        SourceCodeRepository.Builder branch​(String branch)

        The branch of the source code.

        Parameters:
        branch - The branch of the source code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectName

        SourceCodeRepository.Builder projectName​(String projectName)

        The name of the project.

        Parameters:
        projectName - The name of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repository

        SourceCodeRepository.Builder repository​(String repository)

        The repository name for the source code.

        Parameters:
        repository - The repository name for the source code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionControlType

        SourceCodeRepository.Builder versionControlType​(String versionControlType)

        The type of repository to use for the source code.

        Parameters:
        versionControlType - The type of repository to use for the source code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.