Interface ConfigActionsServerListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    ConfigActionsServerAdapter

    public interface ConfigActionsServerListener
    extends java.util.EventListener
    • Method Detail

      • vcsRootExternalIdChanged

        void vcsRootExternalIdChanged​(@NotNull
                                      ConfigAction cause,
                                      @NotNull
                                      SVcsRoot vcsRoot,
                                      @NotNull
                                      java.lang.String oldExternalId,
                                      @NotNull
                                      java.lang.String newExternalId)
      • buildTypeTemplateExternalIdChanged

        void buildTypeTemplateExternalIdChanged​(@NotNull
                                                ConfigAction cause,
                                                @NotNull
                                                BuildTypeTemplate buildTypeTemplate,
                                                @NotNull
                                                java.lang.String oldExternalId,
                                                @NotNull
                                                java.lang.String newExternalId)
      • buildTypeExternalIdChanged

        void buildTypeExternalIdChanged​(@NotNull
                                        ConfigAction cause,
                                        @NotNull
                                        SBuildType buildType,
                                        @NotNull
                                        java.lang.String oldExternalId,
                                        @NotNull
                                        java.lang.String newExternalId)
      • projectExternalIdChanged

        void projectExternalIdChanged​(@NotNull
                                      ConfigAction cause,
                                      @NotNull
                                      SProject project,
                                      @NotNull
                                      java.lang.String oldExtId,
                                      @NotNull
                                      java.lang.String newId)
      • vcsRootPersisted

        void vcsRootPersisted​(@NotNull
                              ConfigAction cause,
                              @NotNull
                              SVcsRoot vcsRoot)