@Extension
public static final class TerraformBuildWrapper.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.ListBoxModel |
doFillTerraformInstallationItems() |
java.lang.String |
getDisplayName() |
TerraformInstallation[] |
getInstallations() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> project) |
boolean |
isFileConfigChecked(TerraformBuildWrapper instance) |
boolean |
isInlineConfigChecked(TerraformBuildWrapper instance) |
void |
setInstallations(TerraformInstallation[] installations) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic TerraformInstallation[] getInstallations()
public void setInstallations(TerraformInstallation[] installations)
public hudson.util.ListBoxModel doFillTerraformInstallationItems()
public boolean isInlineConfigChecked(TerraformBuildWrapper instance)
public boolean isFileConfigChecked(TerraformBuildWrapper instance)
public boolean isApplicable(hudson.model.AbstractProject<?,?> project)
isApplicable in class hudson.tasks.BuildWrapperDescriptorpublic java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>