Class PromoteReleaseComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.deployment.execute.PromoteReleaseComponent
-
public class PromoteReleaseComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description PromoteReleaseComponent(@NotNull ExecuteDeploymentPage parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PromoteReleaseComponent
assertThatBranchFilter(@NotNull org.hamcrest.Matcher<? super Select2Element> branchFilterMatcher)
ExecuteDeploymentPage
done()
void
waitForInitialization()
PromoteReleaseComponent
withRelease(@NotNull String releaseName)
-
-
-
Constructor Detail
-
PromoteReleaseComponent
public PromoteReleaseComponent(@NotNull @NotNull ExecuteDeploymentPage parent)
-
-
Method Detail
-
waitForInitialization
public void waitForInitialization()
-
assertThatBranchFilter
public PromoteReleaseComponent assertThatBranchFilter(@NotNull @NotNull org.hamcrest.Matcher<? super Select2Element> branchFilterMatcher)
-
withRelease
public PromoteReleaseComponent withRelease(@NotNull @NotNull String releaseName)
-
done
public ExecuteDeploymentPage done()
-
-