@Extension(optional=true)
public static final class AnsibleTower.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
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 |
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.ListBoxModel |
doFillImportTowerLogsItems() |
hudson.util.ListBoxModel |
doFillJobTypeItems() |
hudson.util.ListBoxModel |
doFillTemplateTypeItems() |
hudson.util.ListBoxModel |
doFillTowerCredentialsIdItems(hudson.model.Item item,
String towerCredentialsId) |
hudson.util.ListBoxModel |
doFillTowerServerItems() |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
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, 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 hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public hudson.util.ListBoxModel doFillTowerServerItems()
public hudson.util.ListBoxModel doFillTemplateTypeItems()
public hudson.util.ListBoxModel doFillJobTypeItems()
@POST public hudson.util.ListBoxModel doFillTowerCredentialsIdItems(@AncestorInPath hudson.model.Item item, @QueryParameter String towerCredentialsId)
public hudson.util.ListBoxModel doFillImportTowerLogsItems()
Copyright © 2016–2020. All rights reserved.