Package hudson.model

Class AbstractBuild.DependencyChange

    • Field Detail

      • fromId

        public final int fromId
        Version of the dependency project used in the previous build.
      • toId

        public final int toId
        Version of the dependency project used in this build.
    • Constructor Detail

      • DependencyChange

        public DependencyChange​(AbstractProject<?,​?> project,
                                int fromId,
                                int toId)
    • Method Detail

      • getBuilds

        public List<AbstractBuild> getBuilds()
        Gets the AbstractBuild objects (fromId,toId].

        This method returns all such available builds in the ascending order of IDs, but due to log rotations, some builds may be already unavailable.