Class MavenGradleNewProjectFinalPage
- java.lang.Object
-
- com.intellij.remoterobot.fixtures.Fixture
-
- com.intellij.remoterobot.fixtures.ComponentFixture
-
- com.intellij.remoterobot.fixtures.ContainerFixture
-
- com.intellij.remoterobot.fixtures.CommonContainerFixture
-
- com.redhat.devtools.intellij.commonuitest.fixtures.dialogs.project.pages.AbstractNewProjectFinalPage
-
- com.redhat.devtools.intellij.commonuitest.fixtures.dialogs.project.pages.MavenGradleNewProjectFinalPage
-
- All Implemented Interfaces:
com.intellij.remoterobot.SearchContext
public class MavenGradleNewProjectFinalPage extends AbstractNewProjectFinalPage
New Project dialog maven project second page fixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.redhat.devtools.intellij.commonuitest.fixtures.dialogs.project.pages.AbstractNewProjectFinalPage
AbstractNewProjectFinalPage.ProjectFormatType
-
-
Constructor Summary
Constructors Constructor Description MavenGradleNewProjectFinalPage(com.intellij.remoterobot.RemoteRobot remoteRobot, com.intellij.remoterobot.data.RemoteComponent remoteComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseArtifactCoordinates()Close the 'Artifact Coordinates' optionsjava.lang.StringgetArtifactId()Get the artifact ID currently inserted in the 'ArtifactId' input fieldjava.lang.StringgetGroupId()Get the group ID currently inserted in the 'GroupId' input fieldjava.lang.StringgetVersion()Get the version currently inserted in the 'Version' input fieldvoidopenArtifactCoordinates()Open the 'Artifact Coordinates' optionsvoidsetArtifactId(java.lang.String artifactId)Insert the artifact ID into the 'ArtifactId' input fieldvoidsetGroupId(java.lang.String groupId)Insert the group ID into the 'GroupId' input fieldvoidsetVersion(java.lang.String version)Insert the version into the 'Version' input field-
Methods inherited from class com.redhat.devtools.intellij.commonuitest.fixtures.dialogs.project.pages.AbstractNewProjectFinalPage
closeAdvanceSettings, getProjectLocation, getProjectName, openAdvanceSettings, setProjectLocation, setProjectName
-
Methods inherited from class com.intellij.remoterobot.fixtures.CommonContainerFixture
actionButton, actionButton, actionButton, actionButtons, actionButtons, actionLink, actionLink, actionLink, actionLinks, browser, browser, browser, browser, button, button, button, buttons, checkBox, checkBox, checkBox, checkBox, checkBoxes, comboBox, comboBox, comboBox, comboBox, comboBoxes, heavyWeightWindow, heavyWeightWindow, heavyWeightWindow, heavyWeightWindow, heavyWeightWindows, heavyWeightWindows, jLabel, jLabel, jLabel, jLabels, jList, jList, jList, jList, jList, jLists, jLists, jMenuBar, jMenuBar, jMenuBar, jMenuBar, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenus, jPopupMenus, jTree, jTree, jTree, jTree, jTrees, jTrees, radioButton, radioButton, radioButton, radioButtons, textArea, textArea, textArea, textAreas, textEditor, textEditor, textEditor, textEditor, textEditors, textEditors, textField, textField, textField, textField, textFields
-
Methods inherited from class com.intellij.remoterobot.fixtures.ContainerFixture
find, find, find, find, findAll, findAll, getFinder
-
Methods inherited from class com.intellij.remoterobot.fixtures.ComponentFixture
click, click, doubleClick, doubleClick, getBackgroundColor, getForegroundColor, moveMouse, moveMouse, rightClick, rightClick, rightDoubleClick, rightDoubleClick
-
Methods inherited from class com.intellij.remoterobot.fixtures.Fixture
allText, allText, allText, callJs, callJs, execute, execute, execute, extractData, findAllText, findAllText, findAllText, findAllText, findText, findText, getComponentHashCode, getData, getHasFocus, getLocationOnScreen, getRemoteComponent, getRemoteRobot, getScreenshot, hasText, hasText, hasText, isFocusOwner, isShowing, retrieve, retrieve, retrieveData, runJs, runJs, text
-
-
-
-
Method Detail
-
openArtifactCoordinates
public void openArtifactCoordinates()
Open the 'Artifact Coordinates' options
-
closeArtifactCoordinates
public void closeArtifactCoordinates()
Close the 'Artifact Coordinates' options
-
getGroupId
public java.lang.String getGroupId()
Get the group ID currently inserted in the 'GroupId' input field- Returns:
- group ID currently inserted in the input field
-
setGroupId
public void setGroupId(java.lang.String groupId)
Insert the group ID into the 'GroupId' input field- Parameters:
groupId- group ID that will be set into the input field
-
getArtifactId
public java.lang.String getArtifactId()
Get the artifact ID currently inserted in the 'ArtifactId' input field- Returns:
- artifact ID currently inserted in the input field
-
setArtifactId
public void setArtifactId(java.lang.String artifactId)
Insert the artifact ID into the 'ArtifactId' input field- Parameters:
artifactId- artifact ID that will be set into the input field
-
getVersion
public java.lang.String getVersion()
Get the version currently inserted in the 'Version' input field- Returns:
- version currently inserted in the input field
-
setVersion
public void setVersion(java.lang.String version)
Insert the version into the 'Version' input field- Parameters:
version- version that will be set into the input field
-
-