Interface VcsBambooSpecsDetectionOptions
-
- All Superinterfaces:
VcsConfigurationFragment
- All Known Implementing Classes:
VcsBambooSpecsDetectionOptionsImpl
public interface VcsBambooSpecsDetectionOptions extends VcsConfigurationFragment
-
-
Field Summary
Fields Modifier and Type Field Description static String
BAMBOO_SPECS_ENABLED
static String
BAMBOO_SPECS_POLLING_ENABLED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isBambooSpecsDetectionEnabled()
void
setBambooSpecsDetection(boolean isEnabled)
-
Methods inherited from interface com.atlassian.bamboo.vcs.configuration.VcsConfigurationFragment
getConfiguration
-
-
-
-
Field Detail
-
BAMBOO_SPECS_ENABLED
static final String BAMBOO_SPECS_ENABLED
- See Also:
- Constant Field Values
-
BAMBOO_SPECS_POLLING_ENABLED
static final String BAMBOO_SPECS_POLLING_ENABLED
- See Also:
- Constant Field Values
-
-