Class BuildPathUtils
java.lang.Object
com.atlassian.bamboo.storage.location.BuildPathUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Integer
getBuildResultNumber
(String filename) static String
getBuildResultsFilename
(long buildNumber) Create the build number xml file name.
-
Constructor Details
-
BuildPathUtils
public BuildPathUtils()
-
-
Method Details
-
getBuildResultsFilename
Create the build number xml file name.- Parameters:
buildNumber
- The number of the build- Returns:
- The file name.
-
getBuildResultNumber
-