Class VcsBambooSpecsDetectionOptionsImpl
java.lang.Object
com.atlassian.bamboo.vcs.configuration.VcsBambooSpecsDetectionOptionsImpl
- All Implemented Interfaces:
VcsBambooSpecsDetectionOptions,VcsConfigurationFragment,Serializable
public class VcsBambooSpecsDetectionOptionsImpl
extends Object
implements VcsBambooSpecsDetectionOptions
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.vcs.configuration.VcsBambooSpecsDetectionOptions
BAMBOO_SPECS_ENABLED, BAMBOO_SPECS_POLLING_ENABLED -
Constructor Summary
ConstructorsConstructorDescriptionVcsBambooSpecsDetectionOptionsImpl(Map<String, String> bambooSpecsDetectionConfiguration) -
Method Summary
-
Constructor Details
-
VcsBambooSpecsDetectionOptionsImpl
-
-
Method Details
-
isBambooSpecsDetectionEnabled
public boolean isBambooSpecsDetectionEnabled()- Specified by:
isBambooSpecsDetectionEnabledin interfaceVcsBambooSpecsDetectionOptions
-
setBambooSpecsDetection
public void setBambooSpecsDetection(boolean isEnabled) - Specified by:
setBambooSpecsDetectionin interfaceVcsBambooSpecsDetectionOptions
-
getConfiguration
- Specified by:
getConfigurationin interfaceVcsConfigurationFragment
-