@Extension
@Symbol(value="lastChanges")
public static class LastChangesPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckSpecificBuild(String specificBuild,
hudson.model.AbstractProject project) |
hudson.util.ListBoxModel |
doFillFormatItems() |
hudson.util.ListBoxModel |
doFillMatchingItems() |
hudson.util.ListBoxModel |
doFillSinceItems() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
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 boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.util.ListBoxModel doFillFormatItems()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.util.ListBoxModel doFillMatchingItems()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.util.ListBoxModel doFillSinceItems()
public hudson.util.FormValidation doCheckSpecificBuild(@QueryParameter String specificBuild, @AncestorInPath hudson.model.AbstractProject project)
Copyright © 2016–2019. All rights reserved.