@Extension public static class UnleashMavenBuildWrapper.DescriptorImpl extends BuildWrapperDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GOALS |
static int |
DEFAULT_NUMBER_OF_LOCKED_BUILDS |
static boolean |
DEFAULT_PRESELECT_ALLOW_LOCAL_RELEASE_ARTIFACTS |
static boolean |
DEFAULT_PRESELECT_COMMIT_BEFORE_TAGGING |
static boolean |
DEFAULT_PRESELECT_USE_GLOBAL_VERSION |
static String |
DEFAULT_PROFILES |
static String |
DEFAULT_RELEASE_ARGS |
static String |
DEFAULT_SCM_MESSAGE_PREFIX |
static String |
DEFAULT_TAG_NAME_PATTERN |
static boolean |
DEFAULT_USE_LOG_TIMESTAMPS |
static com.itemis.maven.plugins.unleash.util.VersionUpgradeStrategy |
DEFAULT_VERSION_UPGRADE_STRATEGY |
static String |
DEFAULT_WORKFLOW_PATH |
clazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
ListBoxModel |
doFillCredentialsIdItems(Item context,
String credentialsId) |
ListBoxModel |
doFillVersionUpgradeStrategyItems() |
String |
getDisplayName() |
String |
getScmMessagePrefix() |
String |
getTagNamePattern() |
boolean |
isApplicable(AbstractProject<?,?> item) |
boolean |
isPreselectAllowLocalReleaseArtifacts() |
boolean |
isPreselectCommitBeforeTagging() |
boolean |
isUseLogTimestamps() |
void |
setPreselectAllowLocalReleaseArtifacts(boolean preselectAllowLocalReleaseArtifacts) |
void |
setPreselectCommitBeforeTagging(boolean preselectCommitBeforeTagging) |
void |
setScmMessagePrefix(String scmMessagePrefix) |
void |
setTagNamePattern(String tagNamePattern) |
void |
setUseLogTimestamps(boolean useLogTimestamps) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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, toMappublic static final String DEFAULT_GOALS
public static final String DEFAULT_PROFILES
public static final String DEFAULT_RELEASE_ARGS
public static final boolean DEFAULT_USE_LOG_TIMESTAMPS
public static final String DEFAULT_TAG_NAME_PATTERN
public static final String DEFAULT_SCM_MESSAGE_PREFIX
public static final boolean DEFAULT_PRESELECT_USE_GLOBAL_VERSION
public static final boolean DEFAULT_PRESELECT_ALLOW_LOCAL_RELEASE_ARTIFACTS
public static final boolean DEFAULT_PRESELECT_COMMIT_BEFORE_TAGGING
public static final String DEFAULT_WORKFLOW_PATH
public static final int DEFAULT_NUMBER_OF_LOCKED_BUILDS
public static final com.itemis.maven.plugins.unleash.util.VersionUpgradeStrategy DEFAULT_VERSION_UPGRADE_STRATEGY
public void setUseLogTimestamps(boolean useLogTimestamps)
public boolean isUseLogTimestamps()
public void setPreselectAllowLocalReleaseArtifacts(boolean preselectAllowLocalReleaseArtifacts)
public boolean isPreselectAllowLocalReleaseArtifacts()
public void setPreselectCommitBeforeTagging(boolean preselectCommitBeforeTagging)
public boolean isPreselectCommitBeforeTagging()
public void setTagNamePattern(String tagNamePattern)
public String getTagNamePattern()
public void setScmMessagePrefix(String scmMessagePrefix)
public String getScmMessagePrefix()
public boolean isApplicable(AbstractProject<?,?> item)
isApplicable in class BuildWrapperDescriptorpublic String getDisplayName()
getDisplayName in class Descriptor<BuildWrapper>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws Descriptor.FormException
configure in class Descriptor<BuildWrapper>Descriptor.FormExceptionpublic ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item context, @QueryParameter String credentialsId)
public ListBoxModel doFillVersionUpgradeStrategyItems()
Copyright © 2016–2024. All rights reserved.