Interface BuildTriggerDescriptor

    • Method Detail

      • getTriggerName

        @NotNull
        String getTriggerName()
        Return name of the trigger to which these settings correspond
        Returns:
        name of the trigger (same as ParametersDescriptor.getType())
      • getSignature

        @Deprecated
        @NotNull
        String getSignature()
        Deprecated.
        Returns signature of the trigger settings. Triggers are considered equal if their signatures are equal.
        Returns:
        see above
      • getBuildTriggerService

        @NotNull
        BuildTriggerService getBuildTriggerService()
        Returns:
        build trigger service corresponding to this trigger descriptor
      • getBuildCustomizationSettings

        @NotNull
        BuildCustomizationSettings getBuildCustomizationSettings()
        Returns build customizations that should be applied to the builds triggered by this trigger.
        Since:
        2021.1