Class BuildAliasSetter

  • All Implemented Interfaces:
    ExtensionPoint, hudson.matrix.MatrixAggregatable, Describable<BuildWrapper>

    public class BuildAliasSetter
    extends BuildWrapper
    implements hudson.matrix.MatrixAggregatable
    Set aliases to the build This implementation sets the aliases twice, before and after the run. It is desirable to set aliases as soon as possible to reach the build before it's competition. On the other hand some data necessary to get the aliases might not be available before the build has finished. No alias will be set twice for the same build.
    Author:
    ogondza