Annotation Type Tuple

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      DatabaseType dbType
      Type of the database for which the annotated constrictor should be called
      String method
      Name of the method for which the annotated constructor should be called.
    • Element Detail

      • method

        String method
        Name of the method for which the annotated constructor should be called.
        Returns:
        Default:
        ""
      • dbType

        DatabaseType dbType
        Type of the database for which the annotated constrictor should be called
        Returns:
        Default:
        jetbrains.buildServer.serverSide.db.DatabaseType.UNKNOWN