public class VcsBranchDefinitionImpl extends Object implements VcsBranchDefinition
Constructor and Description |
---|
VcsBranchDefinitionImpl(Map<String,String> configuration,
VcsBranch vcsBranch) |
VcsBranchDefinitionImpl(VcsBranchDefinition branch) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getConfiguration() |
VcsBranch |
getVcsBranch() |
int |
hashCode() |
public VcsBranchDefinitionImpl(@NotNull Map<String,String> configuration, @NotNull VcsBranch vcsBranch)
public VcsBranchDefinitionImpl(@NotNull VcsBranchDefinition branch)
@NotNull public VcsBranch getVcsBranch()
getVcsBranch
in interface VcsBranchDefinition
@NotNull public Map<String,String> getConfiguration()
getConfiguration
in interface VcsConfigurationFragment
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.