Interface Project.DefinitionStages.WithDatabasesInfo

All Known Subinterfaces:
Project.Definition, Project.DefinitionStages.WithCreate
Enclosing interface:
Project.DefinitionStages

public static interface Project.DefinitionStages.WithDatabasesInfo
The stage of the Project definition allowing to specify databasesInfo.
  • Method Details

    • withDatabasesInfo

      Project.DefinitionStages.WithCreate withDatabasesInfo(List<DatabaseInfo> databasesInfo)
      Specifies the databasesInfo property: List of DatabaseInfo.
      Parameters:
      databasesInfo - List of DatabaseInfo.
      Returns:
      the next definition stage.