Class BuildAddedCause


  • public class BuildAddedCause
    extends Cause
    Custom cause that is used in order to get the build callback just before the project/job is added into the queue (at least I think this is the order of actions based on the debug logs).

    Without this callback there was a problem with scheduling the project and getting back their latest build. For some reason that was often returned as null during automated tests, and this callback fixes that problem.

    • Constructor Detail

      • BuildAddedCause

        public BuildAddedCause()