Skip navigation links
A B C D E G H I K L M N O P R S T V 

A

AbstractCloudFoundryPushDescriptor<T extends hudson.tasks.BuildStep & hudson.model.Describable<T>> - Class in com.hpe.cloudfoundryjenkins
Extension point descriptor for cloudfoundry push.
AbstractCloudFoundryPushDescriptor(Class<? extends T>) - Constructor for class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Creates a new descriptor.
AbstractCloudFoundryPushDescriptor() - Constructor for class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Creates a new descriptor.
appName - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
appPath - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
asMemoryInteger(String) - Static method in class com.hpe.cloudfoundryjenkins.ManifestUtils
 

B

buildpack - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 

C

CloudFoundryPushBuilder - Class in com.hpe.cloudfoundryjenkins
Jenkins build step for CloudFoundry push.
CloudFoundryPushBuilder(String, String, String, String) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
Creates a new CloudFoundryPushBuilder.
CloudFoundryPushBuilder.DescriptorImpl - Class in com.hpe.cloudfoundryjenkins
Step descriptor.
CloudFoundryPushPublisher - Class in com.hpe.cloudfoundryjenkins
Post-build action for pushing to CloudFoundry.
CloudFoundryPushPublisher(String, String, String, String, String, boolean, String, List<CloudFoundryPushPublisher.Service>, CloudFoundryPushPublisher.ManifestChoice) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
The constructor is databound from the Jenkins config page, which is defined in config.jelly.
CloudFoundryPushPublisher.DescriptorImpl - Class in com.hpe.cloudfoundryjenkins
 
CloudFoundryPushPublisher.EnvironmentVariable - Class in com.hpe.cloudfoundryjenkins
 
CloudFoundryPushPublisher.ManifestChoice - Class in com.hpe.cloudfoundryjenkins
This class contains the choice of using either a manifest file or the optional Jenkins configuration.
CloudFoundryPushPublisher.Service - Class in com.hpe.cloudfoundryjenkins
 
CloudFoundryPushPublisher.ServiceName - Class in com.hpe.cloudfoundryjenkins
 
CloudFoundryPushTask - Class in com.hpe.cloudfoundryjenkins
Implements common push logic.
CloudFoundryPushTask(String, String, String, String, String, String, List<CloudFoundryPushPublisher.Service>, CloudFoundryPushPublisher.ManifestChoice) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushTask
 
CloudFoundryUtils - Class in com.hpe.cloudfoundryjenkins
Utility methods for interacting with CloudFoundry.
CloudFoundryUtils() - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryUtils
 
cloudSpace - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
The cloudfoundry space.
cloudSpace - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
The cloudfoundry space.
com.hpe.cloudfoundryjenkins - package com.hpe.cloudfoundryjenkins
 
command - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
createConnectionContext(Run, FilePath, TaskListener) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushTask
 
credentialsId - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
The jenkins credentials id for cloudfoundry.
credentialsId - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
The jenkins credentials id for cloudfoundry.

D

DEFAULT_INSTANCES - Static variable in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Default number of instances to deploy (1).
DEFAULT_MEMORY - Static variable in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Default memory to allocate (512mb)
DEFAULT_STACK - Static variable in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Default stack of the target.
DEFAULT_TIMEOUT - Static variable in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Default application startup timeout (60 seconds).
defaultManifestFileConfig() - Static method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
Constructs a ManifestChoice with the default settings for using a manifest file.
DescriptorImpl() - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doCheckAppName(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Marks the app name as a required parameter
doCheckCloudSpace(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Marks the cloud space as a required parameter
doCheckCredentialsId(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Marks credentials as a required parameter
doCheckHostname(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Marks the hostname as a required parameter
doCheckInstances(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Marks the number of instances as a required positive integer
doCheckMemory(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Marks the memory allocation as a required positive integer
doCheckOrganization(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Marks the organization as a required parameter
doCheckPluginTimeout(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Marks the plugin timeout as a required positive integer
doCheckTarget(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Verifies the URL format of the cloudfoundry target
doCheckTimeout(String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
Marks the application timeout as a required positive integer
doFillCredentialsIdItems(ItemGroup, String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
This method is called to populate the credentials list on the Jenkins config page.
domain - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
doTestConnection(ItemGroup, String, String, String, String, String) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
This method is called when the "Test Connection" button is clicked on the Jenkins config page.

E

EnvironmentVariable(String, String) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.EnvironmentVariable
 
envVars - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 

G

getAppName() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getAppPath() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getBuildpack() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getCommand() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getDisplayName() - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
 
getDomain() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getEnvVars() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getHostname() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getInstances() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getManifestChoice() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
getManifestFile() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getMemory() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getPluginTimeout() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
getProjectAction(AbstractProject<?, ?>) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
getProjectActions(AbstractProject<?, ?>) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
getRequiredMonitorService() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
getRequiredMonitorService() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
Gets the required monitor service (NONE).
getServicesNames() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getServicesToCreate() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
getStack() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getTimeout() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
getValue() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 

H

hostname - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 

I

instances - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
 
isNoRoute() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
isResetIfExists() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
isResetService() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 
isSelfSigned() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 

K

key - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.EnvironmentVariable
 

L

loadManifests(FilePath, CloudFoundryPushPublisher.ManifestChoice, boolean, Run, FilePath, TaskListener) - Static method in class com.hpe.cloudfoundryjenkins.ManifestUtils
 

M

manifestChoice - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
Manifest to use.
manifestChoice - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
Manifest to use.
ManifestChoice(String, String, String, String, String, String, String, String, String, String, String, String, String, List<CloudFoundryPushPublisher.EnvironmentVariable>, List<CloudFoundryPushPublisher.ServiceName>) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
ManifestChoice() - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
manifestFile - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
ManifestUtils - Class in com.hpe.cloudfoundryjenkins
Utility methods for dealing with manifests.
ManifestUtils() - Constructor for class com.hpe.cloudfoundryjenkins.ManifestUtils
 
memory - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 

N

name - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 
name - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ServiceName
 
noRoute - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 

O

organization - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
The cloudfoundry organization.
organization - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
The cloudfoundry organization.

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
perform(AbstractBuild, Launcher, BuildListener) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
This is the main method, which gets called when the plugin must run as part of a build.
perform(FilePath, Run, Launcher, TaskListener) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushTask
 
plan - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 
pluginTimeout - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
Timeout for all cloudfoundry api calls.
pluginTimeout - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
Timeout for all cloudfoundry api calls.
prebuild(AbstractBuild<?, ?>, BuildListener) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 

R

resetIfExists - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
Whether to reset the app if it already existed.
resetService - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 

S

selfSigned - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
Whether to ignore ssl validation errors.
selfSigned - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
Whether to ignore ssl validation errors.
Service(String, String, String) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 
Service(String, String, String, boolean) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 
ServiceName(String) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ServiceName
 
servicesNames - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
servicesToCreate - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
Services to create before pushing.
servicesToCreate - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
Services to create before pushing.
setAppName(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setAppPath(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setBuildpack(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setCommand(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setDomain(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setEnvVars(List<CloudFoundryPushPublisher.EnvironmentVariable>) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setHostname(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setInstances(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setManifestChoice(CloudFoundryPushPublisher.ManifestChoice) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
setManifestFile(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setMemory(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setNoRoute(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setPluginTimeout(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
setResetService(boolean) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 
setSelfSigned(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
setServicesNames(List<CloudFoundryPushPublisher.ServiceName>) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setServicesToCreate(List<CloudFoundryPushPublisher.Service>) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
 
setStack(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setTimeout(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
setValue(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
stack - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 

T

target - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushBuilder
The cloudfoundry api target.
target - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
The cloudfoundry api target.
targetUrl(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushTask
 
timeout - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
type - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 

V

value - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.EnvironmentVariable
 
value - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
A B C D E G H I K L M N O P R S T V 
Skip navigation links

Copyright © 2016–2018. All rights reserved.