Class StaticSitesWorkflowPreviewRequest


  • public final class StaticSitesWorkflowPreviewRequest
    extends ProxyOnlyResource
    Request entity for previewing the Static Site workflow.
    • Constructor Detail

      • StaticSitesWorkflowPreviewRequest

        public StaticSitesWorkflowPreviewRequest()
    • Method Detail

      • repositoryUrl

        public String repositoryUrl()
        Get the repositoryUrl property: URL for the repository of the static site.
        Returns:
        the repositoryUrl value.
      • withRepositoryUrl

        public StaticSitesWorkflowPreviewRequest withRepositoryUrl​(String repositoryUrl)
        Set the repositoryUrl property: URL for the repository of the static site.
        Parameters:
        repositoryUrl - the repositoryUrl value to set.
        Returns:
        the StaticSitesWorkflowPreviewRequest object itself.
      • branch

        public String branch()
        Get the branch property: The target branch in the repository.
        Returns:
        the branch value.
      • withBranch

        public StaticSitesWorkflowPreviewRequest withBranch​(String branch)
        Set the branch property: The target branch in the repository.
        Parameters:
        branch - the branch value to set.
        Returns:
        the StaticSitesWorkflowPreviewRequest object itself.
      • buildProperties

        public StaticSiteBuildProperties buildProperties()
        Get the buildProperties property: Build properties to configure on the repository.
        Returns:
        the buildProperties value.
      • withBuildProperties

        public StaticSitesWorkflowPreviewRequest withBuildProperties​(StaticSiteBuildProperties buildProperties)
        Set the buildProperties property: Build properties to configure on the repository.
        Parameters:
        buildProperties - the buildProperties value to set.
        Returns:
        the StaticSitesWorkflowPreviewRequest object itself.