Interface VersionControlInfo.Builder

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

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

    • versionControlConfigurationTimeStamp

      VersionControlInfo.Builder versionControlConfigurationTimeStamp(String versionControlConfigurationTimeStamp)

      The time when the version control system was last configured.

      Parameters:
      versionControlConfigurationTimeStamp - The time when the version control system was last configured.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionControlType

      VersionControlInfo.Builder versionControlType(String versionControlType)

      The type of version control.

      Parameters:
      versionControlType - The type of version control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • versionControlType

      VersionControlInfo.Builder versionControlType(VersionControlType versionControlType)

      The type of version control.

      Parameters:
      versionControlType - The type of version control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: