Examples of includedByStep()


Examples of hudson.plugins.performance.PerformanceProjectAction.Range.includedByStep()

    int nbBuildsToAnalyze = builds.size();
    for (AbstractBuild<?, ?> build : builds) {
      if (buildsLimits.in(nbBuildsToAnalyze)) {

        if (!buildsLimits.includedByStep(build.number)) {
          continue;
        }
        NumberOnlyBuildLabel label = new NumberOnlyBuildLabel(build);
        PerformanceBuildAction performanceBuildAction = build
            .getAction(PerformanceBuildAction.class);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.