C D E G I L M O P T U V 

C

checkVAPIConnection(String, boolean, String, String) - Method in class org.jenkinsci.plugins.vmanager.Utils
 
configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
 
configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch.DescriptorImpl
 

D

doCheckApiUrl(String) - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
 
doCheckRequestMethod(String) - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
 
doCheckVAPIUrl(String) - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
Performs on-the-fly validation of the form field 'name'.
doCheckVAPIUrl(String) - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch.DescriptorImpl
Performs on-the-fly validation of the form field 'name'.
doFillRequestMethodItems() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
 
doTestConnection(String, String, String, boolean) - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
 
doTestConnection(String, String, String, boolean) - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch.DescriptorImpl
 

E

executeAPI(String, String, String, boolean, String, String, String, BuildListener, boolean, String, int, String) - Method in class org.jenkinsci.plugins.vmanager.Utils
 
executeVSIFLaunch(String[], String, boolean, String, String, BuildListener, boolean, String, int, String) - Method in class org.jenkinsci.plugins.vmanager.Utils
 

G

getApiType() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
getApiUrl() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
getDescriptor() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
getDescriptor() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 
getDisplayName() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
This human readable name is used in the configuration screen.
getDisplayName() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch.DescriptorImpl
This human readable name is used in the configuration screen.
getRequestMethod() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
getUseFrench() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
This method returns true if the global configuration says we should speak French.
getUseFrench() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch.DescriptorImpl
This method returns true if the global configuration says we should speak French.
getVAPIConnection(String, boolean, String, String, String, boolean, String, int, String, BuildListener) - Method in class org.jenkinsci.plugins.vmanager.Utils
 
getVAPIInput() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
getVAPIPassword() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
getVAPIPassword() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 
getVAPIUrl() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
We'll use this from the config.jelly.
getVAPIUrl() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
We'll use this from the config.jelly.
getVAPIUser() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
getVAPIUser() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 
getVJsonInputFile() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
getVSIFInputFile() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 
getVSIFName() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 
getVsifType() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch.DescriptorImpl
 
isAuthRequired() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
isAuthRequired() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 
isDeleteInputFile() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
isDeleteInputFile() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 
isDynamicUserId() - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
isDynamicUserId() - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 

L

loadFileFromWorkSpace(String, int, String, String, BuildListener, boolean, String) - Method in class org.jenkinsci.plugins.vmanager.Utils
 
loadJSONFromFile(String, int, String, String, BuildListener, boolean) - Method in class org.jenkinsci.plugins.vmanager.Utils
 
loadVSIFFileNames(String, int, String, String, BuildListener, boolean) - Method in class org.jenkinsci.plugins.vmanager.Utils
 

M

main(String[]) - Static method in class test.TestPlugin
 

O

org.jenkinsci.plugins.vmanager - package org.jenkinsci.plugins.vmanager
 

P

perform(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.vmanager.VMGRAPI
 
perform(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.vmanager.VMGRLaunch
 

T

test - package test
 
test() - Method in class test.TestPlugin
 
TestPlugin - Class in test
 
TestPlugin() - Constructor for class test.TestPlugin
 

U

Utils - Class in org.jenkinsci.plugins.vmanager
 
Utils() - Constructor for class org.jenkinsci.plugins.vmanager.Utils
 

V

VMGRAPI - Class in org.jenkinsci.plugins.vmanager
 
VMGRAPI(String, String, String, String, String, boolean, boolean, String, boolean, String, String) - Constructor for class org.jenkinsci.plugins.vmanager.VMGRAPI
 
VMGRAPI.DescriptorImpl - Class in org.jenkinsci.plugins.vmanager
Descriptor for VMGRAPI.
VMGRAPI.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.vmanager.VMGRAPI.DescriptorImpl
In order to load the persisted global configuration, you have to call load() in the constructor.
VMGRLaunch - Class in org.jenkinsci.plugins.vmanager
 
VMGRLaunch(String, String, String, String, String, boolean, boolean, String, boolean) - Constructor for class org.jenkinsci.plugins.vmanager.VMGRLaunch
 
VMGRLaunch.DescriptorImpl - Class in org.jenkinsci.plugins.vmanager
Descriptor for VMGRLaunch.
VMGRLaunch.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.vmanager.VMGRLaunch.DescriptorImpl
In order to load the persisted global configuration, you have to call load() in the constructor.
C D E G I L M O P T U V 

Copyright © 2004-2014 Cadence. All Rights Reserved.