com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository
Class AbstractVcsComponent

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.AbstractVcsComponent
All Implemented Interfaces:
VcsComponent
Direct Known Subclasses:
CreateHgComponent, CreateSvnComponent, EditSvnComponent, GitVcsComponent, StashVcsComponent

public abstract class AbstractVcsComponent
extends Object
implements VcsComponent


Field Summary
protected  com.atlassian.pageobjects.elements.PageElement repositoryDisplayName
           
 
Constructor Summary
protected AbstractVcsComponent()
           
protected AbstractVcsComponent(VcsConfigurationComponent vcsConfigurationComponent)
           
 
Method Summary
 VcsConfigurationComponent save()
          Calling this make sense only in edit mode
 void setDisplayName(String displayName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.VcsComponent
getVcsSelectOption
 

Field Detail

repositoryDisplayName

protected com.atlassian.pageobjects.elements.PageElement repositoryDisplayName
Constructor Detail

AbstractVcsComponent

protected AbstractVcsComponent()

AbstractVcsComponent

protected AbstractVcsComponent(VcsConfigurationComponent vcsConfigurationComponent)
Method Detail

setDisplayName

public void setDisplayName(@NotNull
                           String displayName)
Specified by:
setDisplayName in interface VcsComponent

save

public VcsConfigurationComponent save()
Calling this make sense only in edit mode



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.