A B C D E G H I J K M N O P R S T V 

A

addToAppURIs(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
appName - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
appPath - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 

B

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

C

CloudFoundryPushPublisher - Class in com.hpe.cloudfoundryjenkins
 
CloudFoundryPushPublisher(String, String, String, String, boolean, boolean, 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.DescriptorImpl() - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
CloudFoundryPushPublisher.EnvironmentVariable - Class in com.hpe.cloudfoundryjenkins
 
CloudFoundryPushPublisher.EnvironmentVariable(String, String) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.EnvironmentVariable
 
CloudFoundryPushPublisher.ManifestChoice - Class in com.hpe.cloudfoundryjenkins
This class contains the choice of using either a manifest file or the optional Jenkins configuration.
CloudFoundryPushPublisher.ManifestChoice(String, String, String, int, String, int, int, boolean, String, String, String, String, String, List<CloudFoundryPushPublisher.EnvironmentVariable>, List<CloudFoundryPushPublisher.ServiceName>) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
CloudFoundryPushPublisher.Service - Class in com.hpe.cloudfoundryjenkins
 
CloudFoundryPushPublisher.Service(String, String, String, boolean) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 
CloudFoundryPushPublisher.ServiceName - Class in com.hpe.cloudfoundryjenkins
 
CloudFoundryPushPublisher.ServiceName(String) - Constructor for class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ServiceName
 
cloudSpace - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
com.hpe.cloudfoundryjenkins - package com.hpe.cloudfoundryjenkins
 
command - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
credentialsId - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 

D

DEFAULT_INSTANCES - Static variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
DEFAULT_MEMORY - Static variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
DEFAULT_STACK - Static variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
DEFAULT_TIMEOUT - Static variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
defaultManifestFileConfig() - Static method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
Constructs a ManifestChoice with the default settings for using a manifest file.
DeploymentInfo - Class in com.hpe.cloudfoundryjenkins
Contains all deployment info of a single application.
DeploymentInfo(AbstractBuild, TaskListener, PrintStream, Map<String, Object>, String, String, String) - Constructor for class com.hpe.cloudfoundryjenkins.DeploymentInfo
Constructor for reading the manifest.yml file.
DeploymentInfo(AbstractBuild, TaskListener, PrintStream, CloudFoundryPushPublisher.ManifestChoice, String, String) - Constructor for class com.hpe.cloudfoundryjenkins.DeploymentInfo
Constructor for reading the optional Jenkins config.
DeploymentInfo(PrintStream, Map<String, Object>, String, String, String) - Constructor for class com.hpe.cloudfoundryjenkins.DeploymentInfo
Constructor for reading the manifest.yml file.
DeploymentInfo(PrintStream, CloudFoundryPushPublisher.ManifestChoice, String, String) - Constructor for class com.hpe.cloudfoundryjenkins.DeploymentInfo
Constructor for reading the optional Jenkins config.
doCheckAppName(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doCheckCloudSpace(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doCheckCredentialsId(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doCheckHostname(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doCheckInstances(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doCheckMemory(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doCheckOrganization(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doCheckTarget(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doCheckTimeout(String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
doFillCredentialsIdItems(ItemGroup, String) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
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, boolean) - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
This method is called when the "Test Connection" button is clicked on the Jenkins config page.

E

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

G

getApplicationInfo(String) - Method in class com.hpe.cloudfoundryjenkins.ManifestReader
Returns a raw Map containing all the information of a single app that was in the manifest file, including the global information applicable.
getApplicationInfo() - Method in class com.hpe.cloudfoundryjenkins.ManifestReader
Alias for getApplicationInfo(String appName) that returns info for the first app.
getApplicationList() - Method in class com.hpe.cloudfoundryjenkins.ManifestReader
 
getAppName() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getAppPath() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getAppURIs() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
getBuildpack() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getCommand() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getDisplayName() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.DescriptorImpl
 
getDomain() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getEnvVars() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getHostname() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getInstances() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getMemory() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getRequiredMonitorService() - Method in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
getServicesNames() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getStack() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 
getTimeout() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 

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.CloudFoundryPushPublisher.DescriptorImpl
 
isNoRoute() - Method in class com.hpe.cloudfoundryjenkins.DeploymentInfo
 

J

JenkinsApplicationLogListener - Class in com.hpe.cloudfoundryjenkins
 
JenkinsApplicationLogListener(BuildListener) - Constructor for class com.hpe.cloudfoundryjenkins.JenkinsApplicationLogListener
 

K

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

M

manifestChoice - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
manifestFile - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
ManifestParsingException - Exception in com.hpe.cloudfoundryjenkins
 
ManifestParsingException(String) - Constructor for exception com.hpe.cloudfoundryjenkins.ManifestParsingException
 
ManifestReader - Class in com.hpe.cloudfoundryjenkins
Parses a manifest file into a map.
ManifestReader(FilePath) - Constructor for class com.hpe.cloudfoundryjenkins.ManifestReader
 
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

onComplete() - Method in class com.hpe.cloudfoundryjenkins.JenkinsApplicationLogListener
 
onError(Throwable) - Method in class com.hpe.cloudfoundryjenkins.JenkinsApplicationLogListener
 
onMessage(ApplicationLog) - Method in class com.hpe.cloudfoundryjenkins.JenkinsApplicationLogListener
 
organization - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 

P

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.
plan - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 

R

resetIfExists - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
resetService - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.Service
 

S

selfSigned - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
servicesNames - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 
servicesToCreate - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
stack - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher.ManifestChoice
 

T

target - Variable in class com.hpe.cloudfoundryjenkins.CloudFoundryPushPublisher
 
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 J K M N O P R S T V 

Copyright © 2004-2015. All Rights Reserved.