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

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.NoneVcsComponent
All Implemented Interfaces:
VcsComponent

public class NoneVcsComponent
extends Object
implements VcsComponent


Constructor Summary
NoneVcsComponent()
           
 
Method Summary
 com.atlassian.pageobjects.elements.Option getVcsSelectOption()
          Option used to select given repository in '#selectedRepository' selector
 void setDisplayName(String displayName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoneVcsComponent

public NoneVcsComponent()
Method Detail

getVcsSelectOption

@NotNull
public com.atlassian.pageobjects.elements.Option getVcsSelectOption()
Description copied from interface: VcsComponent
Option used to select given repository in '#selectedRepository' selector

Specified by:
getVcsSelectOption in interface VcsComponent

setDisplayName

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


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