Class NewReleaseComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.deployment.execute.NewReleaseComponent
-
public class NewReleaseComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description NewReleaseComponent(@NotNull ExecuteDeploymentPage parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canSelectBranch()
ExecuteDeploymentPage
done()
String
getBranchFilterValue()
String
getBuildResultPickerValue()
void
waitUntilVersionNameHasText()
NewReleaseComponent
withReleaseName(String releaseName)
-
-
-
Constructor Detail
-
NewReleaseComponent
public NewReleaseComponent(@NotNull @NotNull ExecuteDeploymentPage parent)
-
-
Method Detail
-
waitUntilVersionNameHasText
public void waitUntilVersionNameHasText()
-
withReleaseName
public NewReleaseComponent withReleaseName(String releaseName)
-
canSelectBranch
public boolean canSelectBranch()
-
getBranchFilterValue
public String getBranchFilterValue()
-
getBuildResultPickerValue
public String getBuildResultPickerValue()
-
done
public ExecuteDeploymentPage done()
-
-