Class BuildPathUtils

java.lang.Object
com.atlassian.bamboo.storage.location.BuildPathUtils

public class BuildPathUtils extends Object
  • Constructor Details

    • BuildPathUtils

      public BuildPathUtils()
  • Method Details

    • getBuildResultsFilename

      public static String getBuildResultsFilename(long buildNumber)
      Create the build number xml file name.
      Parameters:
      buildNumber - The number of the build
      Returns:
      The file name.
    • getBuildResultNumber

      @Nullable public static @Nullable Integer getBuildResultNumber(String filename)