Interface ServiceSyncConfig.Builder

  • Method Details

    • branch

      The name of the code repository branch that holds the service code Proton will sync with.

      Parameters:
      branch - The name of the code repository branch that holds the service code Proton will sync with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filePath

      ServiceSyncConfig.Builder filePath(String filePath)

      The file path to the service sync configuration file.

      Parameters:
      filePath - The file path to the service sync configuration file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryName

      ServiceSyncConfig.Builder repositoryName(String repositoryName)

      The name of the code repository that holds the service code Proton will sync with.

      Parameters:
      repositoryName - The name of the code repository that holds the service code Proton will sync with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryProvider

      ServiceSyncConfig.Builder repositoryProvider(String repositoryProvider)

      The name of the repository provider that holds the repository Proton will sync with.

      Parameters:
      repositoryProvider - The name of the repository provider that holds the repository Proton will sync with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • repositoryProvider

      ServiceSyncConfig.Builder repositoryProvider(RepositoryProvider repositoryProvider)

      The name of the repository provider that holds the repository Proton will sync with.

      Parameters:
      repositoryProvider - The name of the repository provider that holds the repository Proton will sync with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serviceName

      ServiceSyncConfig.Builder serviceName(String serviceName)

      The name of the service that the service instance is added to.

      Parameters:
      serviceName - The name of the service that the service instance is added to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.