org.hudsonci.plugins.blacklist
Interface BlacklistedFeature


public interface BlacklistedFeature

A feature that can be enabled or disabled due to being experimental or buggy. The implementation provides a single point to these operations regardless of how many sub systems may be required to make the change. The nature of being disabled is up to the implementation. It may be that the feature is not visible or may be that it's unloaded entirely. Typically these are aggregated and managed by a BlacklistManager.

Author:
Jamie Whitehouse

Method Summary
 void disable()
           
 void enable()
           
 

Method Detail

enable

void enable()

disable

void disable()


Copyright © 2004-2012 Hudson. All Rights Reserved.