- 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, boolean) - Method in class com.hpe.cloudfoundryjenkins.AbstractCloudFoundryPushDescriptor
-
This method is called when the "Test Connection" button is clicked on the Jenkins config page.