Class CopyArtifactBuildStep
java.lang.Object
org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
org.jenkinsci.test.acceptance.po.PageAreaImpl
org.jenkinsci.test.acceptance.po.AbstractStep
org.jenkinsci.test.acceptance.plugins.copyartifact.CopyArtifactBuildStep
- All Implemented Interfaces:
BuildStep
,CapybaraPortingLayer
,Control.Owner
,PageArea
,Step
Convenience methods for testing the Copy Artifacts plugin.
- Author:
- Tomas Westling
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
CapybaraPortingLayerImpl.Finder<R>, CapybaraPortingLayerImpl.Resolver
-
Field Summary
Fields inherited from class org.jenkinsci.test.acceptance.po.AbstractStep
parent
Fields inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
driver, injector, LABEL_TO_INPUT_XPATH, time
Fields inherited from interface org.jenkinsci.test.acceptance.po.CapybaraPortingLayer
by
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFill in the excludes text box.flatten
(boolean flatten) Check or uncheck the flatten directories button.Fill in the includes text box.parameterFilters
(String value) Fill in the parameters text box.projectName
(String value) Fill in the projectName text box.Fill in the target text box.Methods inherited from class org.jenkinsci.test.acceptance.po.PageAreaImpl
control, control, createPageArea, getPage, getPath, getPath, getPath, path, self
Methods inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
all, blur, check, check, check, choose, clickButton, clickLink, confirmAlert, elasticSleep, executeScript, fillIn, find, findCaption, findCaption, findIfNotVisible, getCurrentUrl, getCurrentUrlWithFragment, getElement, getPageContent, getPageSource, getPageSource, getPath, handleAlert, isHiddenOrStale, isStale, last, lastIfNotVisible, newInstance, resource, runThenConfirmAlert, runThenConfirmAlert, runThenHandleAlert, runThenHandleAlert, runThenHandleDialog, sleep, visit, waitFor, waitFor, waitFor, waitFor, waitFor, waitForCond, waitForCond
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jenkinsci.test.acceptance.po.CapybaraPortingLayer
all, blur, check, check, check, choose, clickButton, clickLink, confirmAlert, executeScript, fillIn, find, findIfNotVisible, getElement, getPageSource, last, lastIfNotVisible, runThenConfirmAlert, waitFor, waitFor, waitFor, waitFor, waitFor, waitForCond, waitForCond
-
Constructor Details
-
CopyArtifactBuildStep
Standard constructor.- Parameters:
parent
- the parent Job page.path
- the path that points to this page area.
-
-
Method Details
-
projectName
Fill in the projectName text box.- Parameters:
value
- a string for the text box.- Returns:
- this.
-
includes
Fill in the includes text box.- Parameters:
value
- a string for the text box.- Returns:
- this.
-
excludes
Fill in the excludes text box.- Parameters:
value
- a string for the text box.- Returns:
- this.
-
targetDir
Fill in the target text box.- Parameters:
value
- a string for the text box.- Returns:
- this.
-
parameterFilters
Fill in the parameters text box.- Parameters:
value
- a string for the text box.- Returns:
- this.
-
flatten
Check or uncheck the flatten directories button.- Parameters:
flatten
- check or uncheck.- Returns:
- this.
-