Interface SpringAppDeployment.DefinitionStages.WithModule<T>

    • Method Detail

      • withTargetModule

        T withTargetModule​(String moduleName)
        Specifies the module of the source code.
        Parameters:
        moduleName - the target module of the multi-module source code
        Returns:
        the next stage of deployment definition
      • withSingleModule

        T withSingleModule()
        Specifies the only module of the source code.
        Returns:
        the next stage of deployment definition