Interface BuildDefinition<T extends ManagedBuild>


  • public interface BuildDefinition<T extends ManagedBuild>
    Interface for getting build definition from collection class.

    Meant for enums so it can be easily used with annotations.

    • Method Detail

      • getManagedBuild

        T getManagedBuild()