public abstract class AbstractVcsComponent extends Object implements VcsComponent
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
convertToLinkedButton |
protected com.atlassian.pageobjects.elements.PageElement |
globalRepositoryDetails |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected com.atlassian.pageobjects.elements.PageElement |
repositoryDisplayName |
Modifier | Constructor and Description |
---|---|
protected |
AbstractVcsComponent() |
protected |
AbstractVcsComponent(VcsConfigurationComponent vcsConfigurationComponent) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvertToLinked() |
ConvertToLinkedDialog |
convertToLinked() |
boolean |
isLinkedRepository() |
VcsConfigurationComponent |
save()
Deprecated.
since 5.13, use
saveUpdate() |
VcsConfigurationComponent |
saveCreate()
Calling this make sense only in create mode
|
VcsConfigurationComponent |
saveUpdate()
Calling this make sense only in edit mode
|
void |
setDisplayName(String displayName) |
AbstractVcsComponent |
withAdvancedOptions() |
AbstractVcsComponent |
withChangeDetectionOptions() |
AbstractVcsComponent |
withCommitIsolation(boolean enabled) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
protected com.atlassian.pageobjects.elements.PageElement repositoryDisplayName
protected com.atlassian.pageobjects.elements.PageElement convertToLinkedButton
protected com.atlassian.pageobjects.elements.PageElement globalRepositoryDetails
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
protected AbstractVcsComponent()
protected AbstractVcsComponent(VcsConfigurationComponent vcsConfigurationComponent)
public void setDisplayName(@NotNull String displayName)
setDisplayName
in interface VcsComponent
public VcsConfigurationComponent saveCreate()
public VcsConfigurationComponent saveUpdate()
@Deprecated public VcsConfigurationComponent save()
saveUpdate()
public boolean canConvertToLinked()
public ConvertToLinkedDialog convertToLinked()
public boolean isLinkedRepository()
public AbstractVcsComponent withAdvancedOptions()
public AbstractVcsComponent withChangeDetectionOptions()
public AbstractVcsComponent withCommitIsolation(boolean enabled)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.