Package jenkins.plugins.instana
Class ReleaseMarker.DescriptorImpl
- Enclosing class:
- ReleaseMarker
@Extension public static final class ReleaseMarker.DescriptorImpl extends BuildStepDescriptor<Builder>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields Modifier and Type Field Description static List<Application>
applications
static String
releaseEndTimestamp
static String
releaseName
static String
releaseStartTimestamp
static List<Service>
services
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
Modifier and Type Method Description FormValidation
doCheckReleaseName(String value)
String
getDisplayName()
boolean
isApplicable(Class<? extends AbstractProject> aClass)
Methods inherited from class hudson.model.Descriptor
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
-
Field Details
-
releaseName
- See Also:
- Constant Field Values
-
services
-
applications
-
releaseStartTimestamp
- See Also:
- Constant Field Values
-
releaseEndTimestamp
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Builder>
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Builder>
-
doCheckReleaseName
-