Class VcsBranchDetectionOptionsImpl
- java.lang.Object
-
- com.atlassian.bamboo.vcs.configuration.VcsBranchDetectionOptionsImpl
-
- All Implemented Interfaces:
VcsBranchDetectionOptions
,VcsConfigurationFragment
public class VcsBranchDetectionOptionsImpl extends Object implements VcsBranchDetectionOptions
-
-
Constructor Summary
Constructors Constructor Description VcsBranchDetectionOptionsImpl(Map<String,String> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull Map<String,String>
getConfiguration()
int
hashCode()
-
-
-
Method Detail
-
getConfiguration
@NotNull public @NotNull Map<String,String> getConfiguration()
- Specified by:
getConfiguration
in interfaceVcsConfigurationFragment
-
-