Class VcsBambooSpecsDetectionOptionsImpl
- java.lang.Object
-
- com.atlassian.bamboo.vcs.configuration.VcsBambooSpecsDetectionOptionsImpl
-
- All Implemented Interfaces:
VcsBambooSpecsDetectionOptions
,VcsConfigurationFragment
public class VcsBambooSpecsDetectionOptionsImpl extends Object implements VcsBambooSpecsDetectionOptions
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.vcs.configuration.VcsBambooSpecsDetectionOptions
BAMBOO_SPECS_ENABLED, BAMBOO_SPECS_POLLING_ENABLED
-
-
Constructor Summary
Constructors Constructor Description VcsBambooSpecsDetectionOptionsImpl(Map<String,String> bambooSpecsDetectionConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Map<String,String>
getConfiguration()
boolean
isBambooSpecsDetectionEnabled()
void
setBambooSpecsDetection(boolean isEnabled)
-
-
-
Method Detail
-
isBambooSpecsDetectionEnabled
public boolean isBambooSpecsDetectionEnabled()
- Specified by:
isBambooSpecsDetectionEnabled
in interfaceVcsBambooSpecsDetectionOptions
-
setBambooSpecsDetection
public void setBambooSpecsDetection(boolean isEnabled)
- Specified by:
setBambooSpecsDetection
in interfaceVcsBambooSpecsDetectionOptions
-
getConfiguration
@NotNull public @NotNull Map<String,String> getConfiguration()
- Specified by:
getConfiguration
in interfaceVcsConfigurationFragment
-
-