Interface ConfigActionsServerListener

    • Method Detail

      • vcsRootExternalIdChanged

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

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

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

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

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