Interface DevEnvironmentRepositorySummary.Builder

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

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

    • repositoryName

      DevEnvironmentRepositorySummary.Builder repositoryName(String repositoryName)

      The name of the source repository.

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

      The name of the branch in a source repository cloned into the Dev Environment.

      Parameters:
      branchName - The name of the branch in a source repository cloned into the Dev Environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.