org.hudsonci.plugins.blacklist
Interface BlacklistManager

All Known Implementing Classes:
BlacklistManagerImpl

public interface BlacklistManager

Manages BlacklistedFeatures.

Author:
Jamie Whitehouse

Method Summary
 void disableAllFeatures()
          Disables all blacklisted features.
 void disableFeature(String featureName)
          Disables a specific blacklisted feature.
 void enableAllFeatures()
          Enables all blacklisted features.
 void enableFeature(String featureName)
          Enables a specific blacklisted feature.
 

Method Detail

disableAllFeatures

void disableAllFeatures()
Disables all blacklisted features.


enableAllFeatures

void enableAllFeatures()
Enables all blacklisted features.


disableFeature

void disableFeature(String featureName)
Disables a specific blacklisted feature.

Parameters:
featureName - the name for a feature, usually the classes simple name.

enableFeature

void enableFeature(String featureName)
Enables a specific blacklisted feature.

Parameters:
featureName - the name for a feature, usually the classes simple name.


Copyright © 2004-2012 Hudson. All Rights Reserved.