@Extension
public static class CloudifyBuildWrapper.Descriptor
extends hudson.tasks.BuildWrapperDescriptor
Constructor and Description |
---|
Descriptor() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
checkBlueprintArchiveUrl(String value,
String blueprintRootDirectory,
String blueprintMainFile) |
hudson.util.FormValidation |
doCheckBlueprintId(String value) |
hudson.util.FormValidation |
doCheckBlueprintMainFile(String value,
String blueprintArchiveUrl,
String blueprintRootDirectory) |
hudson.util.FormValidation |
doCheckBlueprintRootDirectory(String value,
String blueprintArchiveUrl,
String blueprintMainFile) |
hudson.util.FormValidation |
doCheckDeploymentId(String value) |
hudson.util.FormValidation |
doCheckInputs(String value) |
String |
getDisplayName() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> item) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
isApplicable
in class hudson.tasks.BuildWrapperDescriptor
public hudson.util.FormValidation doCheckBlueprintId(@QueryParameter String value)
public hudson.util.FormValidation checkBlueprintArchiveUrl(@QueryParameter String value, @QueryParameter String blueprintRootDirectory, @QueryParameter String blueprintMainFile)
public hudson.util.FormValidation doCheckBlueprintMainFile(@QueryParameter String value, @QueryParameter String blueprintArchiveUrl, @QueryParameter String blueprintRootDirectory)
public hudson.util.FormValidation doCheckBlueprintRootDirectory(@QueryParameter String value, @QueryParameter String blueprintArchiveUrl, @QueryParameter String blueprintMainFile)
public hudson.util.FormValidation doCheckDeploymentId(@QueryParameter String value)
public hudson.util.FormValidation doCheckInputs(@QueryParameter String value)
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
Copyright © 2016–2020. All rights reserved.