com.atlassian.breadcrumbs.build.result
Class CommitsCrumb

java.lang.Object
  extended by com.atlassian.breadcrumbs.BaseCrumb
      extended by com.atlassian.breadcrumbs.build.result.AbstractBuildResultsCrumb
          extended by com.atlassian.breadcrumbs.build.result.CommitsCrumb
All Implemented Interfaces:
BreadCrumb

public class CommitsCrumb
extends AbstractBuildResultsCrumb

Crumbs for the commits page


Field Summary
 
Fields inherited from class com.atlassian.breadcrumbs.BaseCrumb
action, BROWSE_PREFIX, request
 
Constructor Summary
CommitsCrumb(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork.Action action)
           
 
Method Summary
protected  java.lang.String getActionName()
          The action name represented by the crumb.
protected  java.lang.String getLabelKey()
          Gets the internationalised key for the label
 
Methods inherited from class com.atlassian.breadcrumbs.build.result.AbstractBuildResultsCrumb
getChildCrumbs, getLabel, getUrl, isCurrentPage, isShown
 
Methods inherited from class com.atlassian.breadcrumbs.BaseCrumb
createUrl, createUrl, getAccessKey, getLabelWithAccessKeyUnderlined, getText, isAnyChildShown, isInCurrentPath, setAction, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitsCrumb

public CommitsCrumb(javax.servlet.http.HttpServletRequest request,
                    com.opensymphony.xwork.Action action)
Method Detail

getActionName

protected java.lang.String getActionName()
Description copied from class: AbstractBuildResultsCrumb
The action name represented by the crumb. No .action suffix should be added

Specified by:
getActionName in class AbstractBuildResultsCrumb
Returns:
must not be null. Must not contain ".action" suffix

getLabelKey

protected java.lang.String getLabelKey()
Description copied from class: AbstractBuildResultsCrumb
Gets the internationalised key for the label

Specified by:
getLabelKey in class AbstractBuildResultsCrumb
Returns:
must not be null


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.