com.atlassian.bamboo.v2.build
Class BuildIdentifierHelper

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.BuildIdentifierHelper

Deprecated. Please use PlanKeys.getPlanKey(String, String)

@Deprecated
public final class BuildIdentifierHelper
extends java.lang.Object

Since:
2.7

Method Summary
static java.lang.String getBuildResultKey(java.lang.String planKey, int buildNumber)
          Deprecated. use PlanKeys.getPlanResultKey()
static java.lang.String getPlanKey(java.lang.String projectKey, java.lang.String buildKey)
          Deprecated. use PlanKeys.getPlanKey()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPlanKey

@Deprecated
public static java.lang.String getPlanKey(java.lang.String projectKey,
                                                     java.lang.String buildKey)
Deprecated. use PlanKeys.getPlanKey()

Parameters:
projectKey -
buildKey -
Returns:
planKey
Since:
2.7

getBuildResultKey

@Deprecated
public static java.lang.String getBuildResultKey(java.lang.String planKey,
                                                            int buildNumber)
Deprecated. use PlanKeys.getPlanResultKey()

Parameters:
planKey -
buildNumber -
Returns:
planResultKey
Since:
2.7


Copyright © 2010 Atlassian. All Rights Reserved.