com.atlassian.bamboo.v2.build
Class BuildIdentifierHelper

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

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

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


Method Summary
static java.lang.String getBuildResultKey(java.lang.String planKey, int buildNumber)
          Deprecated. since 2.7 use PlanKeys.getPlanResultKey()
static java.lang.String getPlanKey(java.lang.String projectKey, java.lang.String buildKey)
          Deprecated. since 2.7 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. since 2.7 use PlanKeys.getPlanKey()

Parameters:
projectKey -
buildKey -
Returns:
planKey

getBuildResultKey

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

Parameters:
planKey -
buildNumber -
Returns:
planResultKey


Copyright © 2011 Atlassian. All Rights Reserved.