Interface CreateSourceRepositoryResponse.Builder

    • Method Detail

      • spaceName

        CreateSourceRepositoryResponse.Builder spaceName​(String spaceName)

        The name of the space.

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

        CreateSourceRepositoryResponse.Builder projectName​(String projectName)

        The name of the project in the space.

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

        CreateSourceRepositoryResponse.Builder name​(String name)

        The name of the source repository.

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

        CreateSourceRepositoryResponse.Builder description​(String description)

        The description of the source repository.

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