B C D E F G H I O P R S V W 

B

buildEnvVars(AbstractBuild<?, ?>, EnvVars) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.OrchestratorEnvAction
 
BuildParam - Class in com.vmware.vro.jenkins.plugin.model
Created by agovindaraju on 1/9/2016.
BuildParam(String, String, String, String, String, boolean, List<Parameter>) - Constructor for class com.vmware.vro.jenkins.plugin.model.BuildParam
 
BuildParam(String, String, String, String, String) - Constructor for class com.vmware.vro.jenkins.plugin.model.BuildParam
 

C

call() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorCallable
 
checkRoles(RoleChecker) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorCallable
 
clone() - Method in class com.vmware.vro.jenkins.plugin.model.Parameter
 
com.vmware.vro.jenkins.plugin - package com.vmware.vro.jenkins.plugin
 
com.vmware.vro.jenkins.plugin.model - package com.vmware.vro.jenkins.plugin.model
 
com.vmware.vro.jenkins.plugin.util - package com.vmware.vro.jenkins.plugin.util
 

D

doCheckPassword(String) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.DescriptorImpl
 
doCheckServerUrl(String) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.DescriptorImpl
 
doCheckTenant(boolean, String) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.DescriptorImpl
 
doCheckUserName(String) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.DescriptorImpl
 
doCheckWorkflowName(String, String, String, String, String) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.DescriptorImpl
 
doFillNameItems(String, String, String, String, String, String) - Method in class com.vmware.vro.jenkins.plugin.model.Parameter.DescriptorImpl
 

E

EnvVariableResolver - Class in com.vmware.vro.jenkins.plugin.util
Created by agovindaraju on 1/9/2016.
EnvVariableResolver(AbstractBuild<?, ?>, BuildListener) - Constructor for class com.vmware.vro.jenkins.plugin.util.EnvVariableResolver
 
executeWorkflow() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorClient
Executes the workflow with the given input parameters and returns the executed url if successfully accepted by the server.
ExecutionOutput - Class in com.vmware.vro.jenkins.plugin.model
Created by agovindaraju on 1/10/2016.
ExecutionOutput() - Constructor for class com.vmware.vro.jenkins.plugin.model.ExecutionOutput
 
ExecutionState - Class in com.vmware.vro.jenkins.plugin.model
Created by agovindaraju on 1/10/2016.
ExecutionState() - Constructor for class com.vmware.vro.jenkins.plugin.model.ExecutionState
 

F

fetchWorkflowInputParameters() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorClient
Fetch input parameters if any for the given workflow name
fetchWorkflowOutputParameters(String) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorClient
If workflow is completed, it fetches the output parameters if any
fetchWorkflows() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorClient
Gets all the workflows from the orchestrator server
fetchWorkflowState(String) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorClient
Return true if workflow is completed, false otherwise

G

getData() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.OrchestratorEnvAction
 
getDescriptor() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 
getDisplayName() - Method in class com.vmware.vro.jenkins.plugin.model.Parameter.DescriptorImpl
 
getDisplayName() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.DescriptorImpl
This human readable name is used in the configuration screen.
getDisplayName() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.OrchestratorEnvAction
 
getEnvironment() - Method in class com.vmware.vro.jenkins.plugin.util.EnvVariableResolver
 
getIconFileName() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.OrchestratorEnvAction
 
getId() - Method in class com.vmware.vro.jenkins.plugin.model.Workflow
 
getInputParams() - Method in class com.vmware.vro.jenkins.plugin.model.BuildParam
 
getInputParams() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 
getName() - Method in class com.vmware.vro.jenkins.plugin.model.Parameter
 
getName() - Method in class com.vmware.vro.jenkins.plugin.model.Workflow
 
getParameters() - Method in class com.vmware.vro.jenkins.plugin.model.ExecutionOutput
 
getPassword() - Method in class com.vmware.vro.jenkins.plugin.model.BuildParam
 
getPassword() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 
getServerUrl() - Method in class com.vmware.vro.jenkins.plugin.model.BuildParam
 
getServerUrl() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 
getState() - Method in class com.vmware.vro.jenkins.plugin.model.ExecutionOutput
 
getState() - Method in class com.vmware.vro.jenkins.plugin.model.ExecutionState
 
getTenant() - Method in class com.vmware.vro.jenkins.plugin.model.BuildParam
 
getTenant() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 
getType() - Method in class com.vmware.vro.jenkins.plugin.model.Parameter
 
getUrlName() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.OrchestratorEnvAction
 
getUserName() - Method in class com.vmware.vro.jenkins.plugin.model.BuildParam
 
getUserName() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 
getValue() - Method in class com.vmware.vro.jenkins.plugin.model.Parameter
 
getValueForBuildParameter(String) - Method in class com.vmware.vro.jenkins.plugin.util.EnvVariableResolver
 
getValueForBuildParameter(List<Parameter>) - Method in class com.vmware.vro.jenkins.plugin.util.EnvVariableResolver
 
getWorkflowName() - Method in class com.vmware.vro.jenkins.plugin.model.BuildParam
 
getWorkflowName() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 

H

httpGet(String) - Method in class com.vmware.vro.jenkins.plugin.util.RestClient
Performs an HttpGet connection to the server and returns the result a JSON formatted string.
httpPost(String, String) - Method in class com.vmware.vro.jenkins.plugin.util.RestClient
 
httpPostForLocationHeader(String, String) - Method in class com.vmware.vro.jenkins.plugin.util.RestClient
Performs an HttpPost connection to the server and returns the result a JSON formatted string.

I

isApplicable(Class<? extends AbstractProject>) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.DescriptorImpl
 
isCompleted() - Method in class com.vmware.vro.jenkins.plugin.model.ExecutionState
 
isWaitExec() - Method in class com.vmware.vro.jenkins.plugin.model.BuildParam
 
isWaitExec() - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 

O

OrchestratorBuilder - Class in com.vmware.vro.jenkins.plugin
Sample Builder.
OrchestratorBuilder(String, String, String, String, String, boolean, List<Parameter>) - Constructor for class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 
OrchestratorBuilder.DescriptorImpl - Class in com.vmware.vro.jenkins.plugin
 
OrchestratorBuilder.DescriptorImpl() - Constructor for class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.DescriptorImpl
 
OrchestratorBuilder.OrchestratorEnvAction - Class in com.vmware.vro.jenkins.plugin
 
OrchestratorBuilder.OrchestratorEnvAction() - Constructor for class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.OrchestratorEnvAction
 
OrchestratorBuilder.OrchestratorEnvAction(Map<String, String>) - Constructor for class com.vmware.vro.jenkins.plugin.OrchestratorBuilder.OrchestratorEnvAction
 
OrchestratorCallable - Class in com.vmware.vro.jenkins.plugin
Created by agovindaraju on 1/9/2016.
OrchestratorCallable(BuildParam) - Constructor for class com.vmware.vro.jenkins.plugin.OrchestratorCallable
 
OrchestratorClient - Class in com.vmware.vro.jenkins.plugin
OrchestratorClient helps to execute rest APIs on the orchestrator server.
OrchestratorClient(BuildParam) - Constructor for class com.vmware.vro.jenkins.plugin.OrchestratorClient
 

P

Parameter - Class in com.vmware.vro.jenkins.plugin.model
Created by agovindaraju on 1/8/2016.
Parameter(String, String, String) - Constructor for class com.vmware.vro.jenkins.plugin.model.Parameter
 
Parameter.DescriptorImpl - Class in com.vmware.vro.jenkins.plugin.model
 
Parameter.DescriptorImpl() - Constructor for class com.vmware.vro.jenkins.plugin.model.Parameter.DescriptorImpl
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.vmware.vro.jenkins.plugin.OrchestratorBuilder
 

R

RestClient - Class in com.vmware.vro.jenkins.plugin.util
Created by agovindaraju on 1/9/2016.
RestClient(String, String, String, String) - Constructor for class com.vmware.vro.jenkins.plugin.util.RestClient
 

S

setCompleted(boolean) - Method in class com.vmware.vro.jenkins.plugin.model.ExecutionState
 
setId(String) - Method in class com.vmware.vro.jenkins.plugin.model.Workflow
 
setName(String) - Method in class com.vmware.vro.jenkins.plugin.model.Parameter
 
setName(String) - Method in class com.vmware.vro.jenkins.plugin.model.Workflow
 
setParameters(String) - Method in class com.vmware.vro.jenkins.plugin.model.ExecutionOutput
 
setState(String) - Method in class com.vmware.vro.jenkins.plugin.model.ExecutionOutput
 
setState(String) - Method in class com.vmware.vro.jenkins.plugin.model.ExecutionState
 
setType(String) - Method in class com.vmware.vro.jenkins.plugin.model.Parameter
 
setValue(String) - Method in class com.vmware.vro.jenkins.plugin.model.Parameter
 

V

validate() - Method in class com.vmware.vro.jenkins.plugin.model.BuildParam
 

W

Workflow - Class in com.vmware.vro.jenkins.plugin.model
Created by agovindaraju on 1/11/2016.
Workflow() - Constructor for class com.vmware.vro.jenkins.plugin.model.Workflow
 
Workflow(String, String) - Constructor for class com.vmware.vro.jenkins.plugin.model.Workflow
 
B C D E F G H I O P R S V W 

Copyright © 2004-2016. All Rights Reserved.