Is it possible to get the project area from build result UUID?
Now I have build result UUID in string format and want to get the associated project area. Is it possible?
Here's the code I have
UUID id = UUID.valueOf("_TV2EEcMDEeS4Jobxo3QE1w");
IBuildResultHandle buildResultHandle = (IBuildResultHandle) IBuildResult.ITEM_TYPE.createItemHandle(id, null);
IBuildResult buildResult = (IBuildResult) repo.itemManager().fetchCompleteItem(buildResultHandle, ItemManager.DEFAULT, monitor);