Class CredentialsBinding
java.lang.Object
org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
org.jenkinsci.test.acceptance.po.PageAreaImpl
org.jenkinsci.test.acceptance.plugins.credentialsbinding.CredentialsBinding
- All Implemented Interfaces:
 CapybaraPortingLayer,Control.Owner,PageArea
- Direct Known Subclasses:
 SecretFileCredentialsBinding,SecretStringCredentialsBinding
Represents a credential binding in the job configuration page.
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
CapybaraPortingLayerImpl.Finder<R>, CapybaraPortingLayerImpl.Resolver - 
Field Summary
FieldsFields inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
driver, injector, LABEL_TO_INPUT_XPATH, timeFields inherited from interface org.jenkinsci.test.acceptance.po.CapybaraPortingLayer
by - 
Constructor Summary
ConstructorsConstructorDescriptionCredentialsBinding(ContainerPageObject po, String path) CredentialsBinding(PageArea area, String path)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether there are credentials in the credentials drop downMethods inherited from class org.jenkinsci.test.acceptance.po.PageAreaImpl
control, control, createPageArea, getPage, getPath, getPath, getPath, path, selfMethods 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, runThenHandleInputDialog, runThenHandleUserPrompt, sleep, visit, waitFor, waitFor, waitFor, waitFor, waitFor, waitForCond, waitForCondMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 
- 
Field Details
- 
credentialId
 - 
variable
 
 - 
 - 
Constructor Details
- 
CredentialsBinding
 - 
CredentialsBinding
 
 - 
 - 
Method Details
- 
noCredentials
public boolean noCredentials()Checks whether there are credentials in the credentials drop down- Returns:
 - true if there are no credentials, false otherwise
 
 
 -