Class DependencyChangedMarker

    • Method Detail

      • buildTypeAddedToQueue

        public void buildTypeAddedToQueue​(@NotNull
                                          SQueuedBuild queuedBuild)
        Description copied from interface: BuildServerListener
        Called when build configuration was added to build queue Some events may be missing when the current node is not responsible for managing build queue. For example, on read-only node the event may be skipped if a build was in the queue for a short period of time, i.e. removed shortly after being added.
        Specified by:
        buildTypeAddedToQueue in interface BuildServerListener
        Overrides:
        buildTypeAddedToQueue in class BuildServerAdapter
        Parameters:
        queuedBuild - queued build added to the queue