@Extension
@Symbol(value="acrQuickTask")
public static final class QuickTaskBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
DescriptorImpl()
Constructor for this descriptor.
|
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckGitRepo(String sourceType,
String gitRepo) |
hudson.util.ListBoxModel |
doFillArchitectureItems(hudson.model.Item owner)
Fill architecture with
Platform.ARCHITECTURE . |
hudson.util.ListBoxModel |
doFillAzureCredentialsIdItems(hudson.model.Item owner) |
hudson.util.ListBoxModel |
doFillOsItems(hudson.model.Item owner)
Fill os with
Platform.OS . |
hudson.util.ListBoxModel |
doFillRegistryNameItems(hudson.model.Item owner,
String azureCredentialsId,
String resourceGroupName)
Dynamic fill the registry name.
|
hudson.util.ListBoxModel |
doFillResourceGroupNameItems(hudson.model.Item owner,
String azureCredentialsId)
Dynamic fill the resource group name.
|
hudson.util.ListBoxModel |
doFillVariantItems(hudson.model.Item owner,
String architecture)
Fill variant with
Platform.VARIANT . |
String |
getDisplayName() |
boolean |
isApplicable(Class type)
Applicable to any kind of project.
|
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 boolean isApplicable(Class type)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
type
- class to be tested for applicabilitypublic String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public hudson.util.ListBoxModel doFillResourceGroupNameItems(@AncestorInPath hudson.model.Item owner, @QueryParameter String azureCredentialsId)
owner
- ItemazureCredentialsId
- azureCredentialId, if this credential changed, trigger this methodpublic hudson.util.ListBoxModel doFillOsItems(@AncestorInPath hudson.model.Item owner)
Platform.OS
.owner
- Itempublic hudson.util.ListBoxModel doFillArchitectureItems(@AncestorInPath hudson.model.Item owner)
Platform.ARCHITECTURE
.owner
- ItemPlatform.ARCHITECTURE
listpublic hudson.util.ListBoxModel doFillVariantItems(@AncestorInPath hudson.model.Item owner, @QueryParameter String architecture)
Platform.VARIANT
.owner
- ItemPlatform.VARIANT
listpublic hudson.util.ListBoxModel doFillRegistryNameItems(@AncestorInPath hudson.model.Item owner, @QueryParameter String azureCredentialsId, @QueryParameter String resourceGroupName)
owner
- ItemazureCredentialsId
- Trigger this method if this field changed.resourceGroupName
- List resources under this resource group. Trigger this method if changed.public hudson.util.ListBoxModel doFillAzureCredentialsIdItems(@AncestorInPath hudson.model.Item owner)
Copyright © 2016–2021. All rights reserved.