public class ArtifactConfigurationPage extends AbstractBambooPage
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
pageElementFinder |
driver, elementFinder, pageBinder, poller, testedProduct| Constructor and Description |
|---|
ArtifactConfigurationPage(PlanKey jobKey) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactConfigurationPage |
createArtifactDefinition(String name,
String location,
String copyPattern) |
ArtifactConfigurationPage |
createSharedArtifactDefinition(String name,
String location,
String copyPattern) |
EditArtifactDefinitionDialog |
editArtifactByName(String artifactName) |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
public ArtifactConfigurationPage(@NotNull
PlanKey jobKey)
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPageindicator in class AbstractBambooPagepublic String getUrl()
public ArtifactConfigurationPage createArtifactDefinition(@NotNull String name, @Nullable String location, @NotNull String copyPattern)
public ArtifactConfigurationPage createSharedArtifactDefinition(@NotNull String name, @Nullable String location, @NotNull String copyPattern)
@NotNull public EditArtifactDefinitionDialog editArtifactByName(@NotNull String artifactName)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.