Interface SourceCodeRepository.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SourceCodeRepository.Builder,SourceCodeRepository>, SdkBuilder<SourceCodeRepository.Builder,SourceCodeRepository>, SdkPojo
Enclosing class:
SourceCodeRepository

public static interface SourceCodeRepository.Builder extends SdkPojo, CopyableBuilder<SourceCodeRepository.Builder,SourceCodeRepository>
  • Method Details

    • 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.