- devicePoolName - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
-
- doCheckApiKey(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user account API key.
- doCheckAppArtifact(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user entered artifact for the application.
- doCheckCalabashFeatures(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user entered file path to local Calabash features.
- doCheckCalabashTags(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user entered Calabash tags.
- doCheckDevicePoolName(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user selected device pool.
- doCheckJunitArtifact(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user entered artifact for JUnit/Robotium test content.
- doCheckJunitFilter(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user entered JUnit/Robotium filter.
- doCheckMonkeyArtifact(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user entered MonkeyTalk artifact.
- doCheckProjectName(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user selected project.
- doCheckType(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user selected type dropdown.
- doCheckUiaArtifact(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Validate the user entered UIA artifact.
- doFillDevicePoolNameItems(String, String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Populate the device pool drop-down from AppThwack API or local cache.
- doFillProjectNameItems(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Populate the project drop-down from the AppThwack API or local cache.
- doRefresh() - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
-
Refresh button clicked, clear the project and device pool caches
so the next click on the drop-down will get fresh content from the API.