com.pmease.quickbuild.extensionpoint
Interface BuildTabContribution

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CategoryBuildTab

public interface BuildTabContribution
extends java.io.Serializable

This extension point contributes vertical build tabs to the page displaying build information.


Method Summary
 int getOrder()
          Get order of the tabs.
 java.util.List<Tab> getTabs()
          Get tabs that will be contributed to the build page.
 

Method Detail

getTabs

java.util.List<Tab> getTabs()
Get tabs that will be contributed to the build page. Current build can be obtained by calling Context.getBuild().

Returns:
null or empty list if no tabs will be contributed.

getOrder

int getOrder()
Get order of the tabs. This order will be used to determine order of build tabs if there are multiple contributions.

Returns:


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.