@Extension(optional=true) public static final class AnsibleTower.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Modifier and Type | Field and Description |
---|---|
static boolean |
async |
static String |
credential |
static String |
extraVars |
static String |
importTowerLogs |
static Boolean |
importWorkflowChildLogs |
static String |
inventory |
static String |
jobTags |
static String |
jobTemplate |
static String |
jobType |
static String |
limit |
static Boolean |
removeColor |
static String |
scmBranch |
static String |
skipJobTags |
static String |
templateType |
static Boolean |
throwExceptionWhenFail |
static String |
towerCredentialsId |
static String |
towerServer |
static Boolean |
verbose |
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
ListBoxModel |
doFillImportTowerLogsItems() |
ListBoxModel |
doFillJobTypeItems() |
ListBoxModel |
doFillTemplateTypeItems() |
ListBoxModel |
doFillTowerCredentialsIdItems(Item item,
String towerCredentialsId) |
ListBoxModel |
doFillTowerServerItems() |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
filter
addHelpFileRedirect, bindJSON, 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 static final String towerServer
public static final String jobTemplate
public static final String towerCredentialsId
public static final String extraVars
public static final String limit
public static final String jobTags
public static final String skipJobTags
public static final String jobType
public static final String inventory
public static final String credential
public static final String scmBranch
public static final Boolean verbose
public static final String importTowerLogs
public static final Boolean removeColor
public static final String templateType
public static final Boolean importWorkflowChildLogs
public static final Boolean throwExceptionWhenFail
public static final boolean async
public boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable
in class BuildStepDescriptor<Builder>
public String getDisplayName()
getDisplayName
in class Descriptor<Builder>
public ListBoxModel doFillTowerServerItems()
public ListBoxModel doFillTemplateTypeItems()
public ListBoxModel doFillJobTypeItems()
@POST public ListBoxModel doFillTowerCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String towerCredentialsId)
public ListBoxModel doFillImportTowerLogsItems()
Copyright © 2016–2025. All rights reserved.