com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.git
Class GitVcsComponent

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

public class GitVcsComponent
extends AbstractVcsComponent


Field Summary
 
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.AbstractVcsComponent
repositoryDisplayName
 
Constructor Summary
GitVcsComponent()
           
 
Method Summary
 com.atlassian.pageobjects.elements.Option getVcsSelectOption()
          Option used to select given repository in '#selectedRepository' selector
 GitVcsComponent populateDetails(TestBuildDetails plan)
           
 
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.AbstractVcsComponent
save, setDisplayName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitVcsComponent

public GitVcsComponent()
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


populateDetails

public GitVcsComponent populateDetails(TestBuildDetails plan)
                                throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.