Interface SpringService.DefinitionStages.WithConfiguration

    • Method Detail

      • withGitUri

        SpringService.DefinitionStages.WithCreate withGitUri​(String uri)
        Specifies the git repository for the spring service.
        Parameters:
        uri - the uri of the git repository
        Returns:
        the next stage of spring service definition
      • withGitUriAndCredential

        SpringService.DefinitionStages.WithCreate withGitUriAndCredential​(String uri,
                                                                          String username,
                                                                          String password)
        Specifies the git repository for the spring service.
        Parameters:
        uri - the uri of the git repository
        username - the username of the private git repository
        password - the password of the private git repository
        Returns:
        the next stage of spring service definition