public class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,MavenModuleSetBuild> implements hudson.model.TopLevelItem, hudson.model.ItemGroup<MavenModule>, hudson.model.SCMedItem, hudson.model.Saveable, hudson.model.BuildableItemWithBuildWrappers
MavenModules.
This corresponds to the group of Maven POMs that constitute a single tree of projects. This group serves as the grouping of those related modules.
| Modifier and Type | Class and Description |
|---|---|
static class |
MavenModuleSet.DescriptorImpl |
AbstractMavenProject.MavenModuleDependencyhudson.model.AbstractProject.AbstractProjectDescriptor, hudson.model.AbstractProject.BecauseOfBuildInProgress, hudson.model.AbstractProject.BecauseOfDownstreamBuildInProgress, hudson.model.AbstractProject.BecauseOfUpstreamBuildInProgress, hudson.model.AbstractProject.LabelValidator| Modifier and Type | Field and Description |
|---|---|
static MavenModuleSet.DescriptorImpl |
DESCRIPTOR
Descriptor is instantiated as a field purely for backward compatibility.
|
protected String |
globalSettingConfigPath
Deprecated.
since 1.484 settings are provided by
globalSettings |
ABORT, blockBuildWhenDownstreamBuilding, blockBuildWhenUpstreamBuilding, BUILD_NOW_TEXT, builds, disabled, transientActions, triggers| Constructor and Description |
|---|
MavenModuleSet(hudson.model.ItemGroup parent,
String name) |
MavenModuleSet(String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addTransientActionsFromBuild(MavenModuleSetBuild build,
List<hudson.model.Action> collection,
Set<Class> added) |
hudson.model.AbstractProject<?,?> |
asProject() |
int |
assignBuildNumber()
To make it easy to grasp relationship among modules
and the module set, we'll align the build numbers of
all the modules.
|
protected void |
buildDependencyGraph(hudson.model.DependencyGraph graph) |
hudson.Indenter<MavenModule> |
createIndenter() |
protected List<hudson.model.Action> |
createTransientActions() |
hudson.util.FormValidation |
doCheckFileInWorkspace(String value)
Check the location of the POM, alternate settings file, etc - any file.
|
jenkins.model.ModelObjectWithContextMenu.ContextMenu |
doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
org.kohsuke.stapler.HttpResponse |
doDoDeleteAllDisabledModules()
Delete all disabled modules.
|
Collection<hudson.model.Job> |
getAllJobs() |
String |
getAlternateSettings()
Deprecated.
as of 1.481
|
List<hudson.model.Queue.Item> |
getApproximateQueueItemsQuickly()
Returns the
MavenModules that are in the queue. |
boolean |
getBlockTriggerWhenBuilding() |
protected Class<MavenModuleSetBuild> |
getBuildClass() |
hudson.util.DescribableList<hudson.tasks.BuildWrapper,hudson.model.Descriptor<hudson.tasks.BuildWrapper>> |
getBuildWrappers()
Deprecated.
as of 1.335
Use
getBuildWrappersList() to be consistent with other subtypes of AbstractProject. |
hudson.util.DescribableList<hudson.tasks.BuildWrapper,hudson.model.Descriptor<hudson.tasks.BuildWrapper>> |
getBuildWrappersList() |
MavenModuleSet.DescriptorImpl |
getDescriptor() |
List<MavenModule> |
getDisabledModules(boolean disabled)
Possibly empty list of all disabled modules (if disabled==true)
or all enabeld modules (if disabled==false)
|
Object |
getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
protected List<MavenModuleSetBuild> |
getEstimatedDurationCandidates() |
LocalRepositoryLocator |
getExplicitLocalRepository()
Undefaulted locally configured value with taking inheritance from the global configuration into account.
|
jenkins.mvn.GlobalSettingsProvider |
getGlobalSettings() |
String |
getGoals()
Gets the list of goals to execute.
|
MavenModule |
getItem(String name) |
Collection<MavenModule> |
getItems() |
LocalRepositoryLocator |
getLocalRepository() |
hudson.tasks.Maven.MavenInstallation |
getMaven()
Gets the Maven to invoke.
|
String |
getMavenOpts()
Possibly null, whitespace-separated (including TAB, NL, etc) VM options
to be used to launch Maven process.
|
Properties |
getMavenProperties()
Gets the system properties explicitly set in the Maven command line (the "-D" option.)
|
int |
getMavenValidationLevel() |
MavenModule |
getModule(String name) |
Collection<MavenModule> |
getModules() |
hudson.util.DescribableList<hudson.tasks.Builder,hudson.model.Descriptor<hudson.tasks.Builder>> |
getPostbuilders()
Builders that are run after the main Maven execution.
|
hudson.util.DescribableList<hudson.tasks.Builder,hudson.model.Descriptor<hudson.tasks.Builder>> |
getPrebuilders()
Builders that are run before the main Maven execution.
|
String |
getProfiles()
If the list of configured goals contain the "-P" option,
return the configured profiles.
|
String |
getPronoun() |
hudson.util.DescribableList<hudson.tasks.Publisher,hudson.model.Descriptor<hudson.tasks.Publisher>> |
getPublishers()
List of active
Publishers. |
hudson.util.DescribableList<hudson.tasks.Publisher,hudson.model.Descriptor<hudson.tasks.Publisher>> |
getPublishersList() |
List<hudson.model.Queue.Item> |
getQueueItems()
Returns the
MavenModules that are in the queue. |
hudson.util.DescribableList<MavenReporter,hudson.model.Descriptor<MavenReporter>> |
getReporters()
List of active
MavenReporters that should be applied to all module builds. |
protected Set<hudson.model.ResourceActivity> |
getResourceActivities() |
File |
getRootDirFor(MavenModule child) |
MavenModule |
getRootModule() |
String |
getRootPOM()
Deprecated.
for backward comp only
|
String |
getRootPOM(hudson.EnvVars env)
Gets the location of top-level pom.xml relative to the workspace root.
|
hudson.model.Result |
getRunPostStepsIfResult()
postbuilders are run if the result is better or equal to this threshold. |
jenkins.mvn.SettingsProvider |
getSettings() |
hudson.tasks.test.AbstractTestResultAction<?> |
getTestResultAction() |
String |
getUrlChildPrefix() |
String |
getUserConfiguredGoals()
Gets the list of goals specified by the user,
without taking inheritance and POM default goals
into account.
|
boolean |
hasDisabledModule()
Returns true if there's any disabled module.
|
boolean |
ignoreUnsuccessfulUpstreams() |
boolean |
ignoreUpstremChanges() |
hudson.tasks.Maven.MavenInstallation |
inferMavenInstallation() |
boolean |
isAggregatorStyleBuild() |
boolean |
isArchivingDisabled() |
boolean |
isDisableTriggerDownstreamProjects() |
boolean |
isFingerprintConfigured() |
boolean |
isFingerprintingDisabled() |
boolean |
isIncrementalBuild() |
boolean |
isNonRecursive()
Check for "-N" or "--non-recursive" in the Maven goals/options.
|
boolean |
isPerModuleEmail()
Deprecated.
|
boolean |
isProcessPlugins() |
boolean |
isResolveDependencies() |
boolean |
isSiteArchivingDisabled() |
void |
logRotate() |
protected hudson.search.SearchIndexBuilder |
makeSearchIndex() |
void |
onDeleted(MavenModule item) |
void |
onLoad(hudson.model.ItemGroup<? extends hudson.model.Item> parent,
String name) |
void |
onRenamed(MavenModule item,
String oldName,
String newName) |
Object |
readResolve() |
boolean |
runHeadless() |
void |
setAggregatorStyleBuild(boolean aggregatorStyleBuild) |
void |
setAlternateSettings(String alternateSettings)
Deprecated.
as of 1.481
|
void |
setBlockTriggerWhenBuilding(boolean blockTriggerWhenBuilding) |
void |
setDisableTriggerDownstreamProjects(boolean disableTriggerDownstreamProjects) |
void |
setGlobalSettings(jenkins.mvn.GlobalSettingsProvider globalSettings) |
void |
setGoals(String goals) |
void |
setIgnoreUnsuccessfulUpstreams(boolean ignoreUnsuccessfulUpstreams) |
void |
setIgnoreUpstremChanges(boolean ignoreUpstremChanges) |
void |
setIncrementalBuild(boolean incrementalBuild) |
void |
setIsArchivingDisabled(boolean archivingDisabled) |
void |
setIsFingerprintingDisabled(boolean fingerprintingDisabled) |
void |
setIsSiteArchivingDisabled(boolean siteArchivingDisabled) |
void |
setLocalRepository(LocalRepositoryLocator localRepository) |
void |
setMaven(String mavenName) |
void |
setMavenOpts(String mavenOpts)
Set mavenOpts.
|
void |
setProcessPlugins(boolean processPlugins) |
void |
setResolveDependencies(boolean resolveDependencies) |
void |
setRootPOM(String rootPOM) |
void |
setRunHeadless(boolean runHeadless) |
void |
setRunPostStepsIfResult(hudson.model.Result v) |
void |
setSettings(jenkins.mvn.SettingsProvider settings) |
void |
setUsePrivateRepository(boolean usePrivateRepository)
Deprecated.
as of 1.448.
Use
setLocalRepository(LocalRepositoryLocator) instead |
protected void |
submit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
protected void |
updateTransientActions() |
boolean |
usesPrivateRepository()
Deprecated.
as of 1.448
Use
getLocalRepository() |
_getRuns, addProperty, addToList, addTrigger, blockBuildWhenDownstreamBuilding, blockBuildWhenUpstreamBuilding, buildDescribable, buildDescribable, checkAbortPermission, checkout, createExecutable, createHistoryWidget, disable, doBuild, doBuild, doBuildWithParameters, doBuildWithParameters, doCancelQueue, doCheckRetryCount, doConfigSubmit, doDisable, doDoWipeOutWorkspace, doEnable, doPolling, doRssChangelog, doWs, enable, findNearest, findNearest, getActions, getAssignedLabel, getAssignedLabelString, getAuthToken, getBuild, getBuildByNumber, getBuildingDownstream, getBuildingUpstream, getBuildNowText, getBuildTriggerUpstreamProjects, getCauseOfBlockage, getCustomWorkspace, getDefaultAuthentication, getDefaultAuthentication, getDelay, getDownstreamProjects, getEnvironment, getFirstBuild, getHasCustomQuietPeriod, getIconColor, getJDK, getLastBuild, getLastBuiltOn, getLazyBuildMixIn, getModuleRoot, getModuleRoots, getNearestBuild, getNearestOldBuild, getOwnerTask, getProminentActions, getQueueItem, getQuietPeriod, getRelationship, getRelevantLabels, getResourceList, getRootProject, getSameNodeConstraint, getScm, getScmCheckoutRetryCount, getScmCheckoutStrategy, getSomeBuildWithWorkspace, getSomeWorkspace, getSubTasks, getTransitiveDownstreamProjects, getTransitiveUpstreamProjects, getTrigger, getTriggers, getUpstreamProjects, getWhyBlocked, getWorkspace, getWorkspaceResource, hasAbortPermission, hasCustomScmCheckoutRetryCount, hasParticipant, isBuildable, isBuildBlocked, isConcurrentBuild, isConfigurable, isDisabled, isInQueue, isParameterized, loadBuild, makeDisabled, newBuild, onCreatedFromScratch, performDelete, poll, pollSCMChanges, removeFromList, removeRun, removeTrigger, resolveForCLI, save, scheduleBuild, scheduleBuild, scheduleBuild, scheduleBuild, scheduleBuild, scheduleBuild2, scheduleBuild2, scheduleBuild2, scheduleBuild2, schedulePolling, setAssignedLabel, setAssignedNode, setBlockBuildWhenDownstreamBuilding, setBlockBuildWhenUpstreamBuilding, setConcurrentBuild, setCustomWorkspace, setJDK, setQuietPeriod, setScm, setScmCheckoutStrategy, supportsMakeDisabled, triggersdelete, doBuildStatus, doDescription, doDoRename, doRssAll, doRssFailed, getACL, getAllProperties, getBuildDir, getBuildDiscarder, getBuildForCLI, getBuildHealth, getBuildHealthReports, getBuilds, getBuilds, getBuildsAsMap, getBuildsByTimestamp, getBuildStatusIconClassName, getBuildStatusUrl, getBuildTimeGraph, getCharacteristicEnvVars, getEstimatedDuration, getLastBuildsOverThreshold, getLastCompletedBuild, getLastFailedBuild, getLastStableBuild, getLastSuccessfulBuild, getLastUnstableBuild, getLastUnsuccessfulBuild, getLogRotator, getNewBuilds, getNextBuildNumber, getOverrides, getPermalinks, getProperties, getProperty, getProperty, getTimeline, getWidgets, isBuilding, isHoldOffBuildUntilSave, isKeepDependencies, isLogUpdated, isNameEditable, movedTo, onCopiedFrom, removeProperty, removeProperty, renameTo, saveNextBuildNumber, setBuildDiscarder, setLogRotator, supportsLogRotator, updateNextBuildNumbercheckPermission, delete, doConfigDotXml, doDoDelete, doReload, doSetName, doSubmitDescription, getAbsoluteUrl, getApi, getConfigFile, getDescription, getDescriptorByName, getDisplayName, getDisplayNameOrNull, getFullDisplayName, getFullName, getName, getParent, getRelativeDisplayNameFrom, getRelativeNameFrom, getRelativeNameFrom, getRelativeNameFromGroup, getRootDir, getSearchName, getSearchUrl, getShortUrl, getUrl, hasPermission, setDescription, setDisplayName, setDisplayNameOrNull, toString, updateByXml, updateByXmladdAction, doContextMenu, getAction, getAction, getActions, getAllActions, replaceActiongetSearch, getSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitscheduleBuild, scheduleBuild, scheduleBuild, scheduleBuilddelete, getAbsoluteUrl, getDisplayName, getFullDisplayName, getFullName, getName, getParent, getRelativeNameFrom, getRelativeNameFrom, getShortUrl, getUrl, onCopiedFrom, onCreatedFromScratchgetSearchIndex, getSearchName, getSearchUrlcheckPermission, getACL, hasPermissioncheckAbortPermission, getCauseOfBlockage, getDefaultAuthentication, getDefaultAuthentication, getFullDisplayName, getName, getSubTasks, getUrl, getWhyBlocked, hasAbortPermission, isBuildBlocked, isConcurrentBuildprotected transient String globalSettingConfigPath
globalSettings@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension(ordinal=900.0) public static final MavenModuleSet.DescriptorImpl DESCRIPTOR
public MavenModuleSet(String name)
MavenModuleSet(ItemGroup, String)public MavenModuleSet(hudson.model.ItemGroup parent,
String name)
public Object readResolve()
public hudson.util.DescribableList<hudson.tasks.Builder,hudson.model.Descriptor<hudson.tasks.Builder>> getPrebuilders()
public hudson.util.DescribableList<hudson.tasks.Builder,hudson.model.Descriptor<hudson.tasks.Builder>> getPostbuilders()
public hudson.model.Result getRunPostStepsIfResult()
postbuilders are run if the result is better or equal to this threshold.public void setRunPostStepsIfResult(hudson.model.Result v)
public String getUrlChildPrefix()
getUrlChildPrefix in interface hudson.model.ItemGroup<MavenModule>public Collection<MavenModule> getItems()
getItems in interface hudson.model.ItemGroup<MavenModule>@Exported public Collection<MavenModule> getModules()
public MavenModule getItem(String name)
getItem in interface hudson.model.ItemGroup<MavenModule>public MavenModule getModule(String name)
public String getPronoun()
getPronoun in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>protected void updateTransientActions()
updateTransientActions in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>protected List<hudson.model.Action> createTransientActions()
createTransientActions in class AbstractMavenProject<MavenModuleSet,MavenModuleSetBuild>protected void addTransientActionsFromBuild(MavenModuleSetBuild build, List<hudson.model.Action> collection, Set<Class> added)
addTransientActionsFromBuild in class AbstractMavenProject<MavenModuleSet,MavenModuleSetBuild>collection - Add the transient actions to this collection.public boolean hasDisabledModule()
public List<MavenModule> getDisabledModules(boolean disabled)
public hudson.Indenter<MavenModule> createIndenter()
public boolean isIncrementalBuild()
public boolean isAggregatorStyleBuild()
public boolean usesPrivateRepository()
getLocalRepository()@Deprecated public boolean isPerModuleEmail()
MavenMailer.perModuleEmailpublic boolean ignoreUpstremChanges()
public boolean ignoreUnsuccessfulUpstreams()
public boolean runHeadless()
public boolean isArchivingDisabled()
public boolean isSiteArchivingDisabled()
public boolean isFingerprintingDisabled()
public void setIncrementalBuild(boolean incrementalBuild)
public void setAggregatorStyleBuild(boolean aggregatorStyleBuild)
public void setUsePrivateRepository(boolean usePrivateRepository)
setLocalRepository(LocalRepositoryLocator) insteadpublic LocalRepositoryLocator getLocalRepository()
public LocalRepositoryLocator getExplicitLocalRepository()
public void setLocalRepository(LocalRepositoryLocator localRepository)
public void setSettings(jenkins.mvn.SettingsProvider settings)
public void setGlobalSettings(jenkins.mvn.GlobalSettingsProvider globalSettings)
public void setIgnoreUpstremChanges(boolean ignoreUpstremChanges)
public void setIgnoreUnsuccessfulUpstreams(boolean ignoreUnsuccessfulUpstreams)
public void setRunHeadless(boolean runHeadless)
public void setIsArchivingDisabled(boolean archivingDisabled)
public void setIsSiteArchivingDisabled(boolean siteArchivingDisabled)
public void setIsFingerprintingDisabled(boolean fingerprintingDisabled)
public boolean isResolveDependencies()
public void setResolveDependencies(boolean resolveDependencies)
public boolean isProcessPlugins()
public void setProcessPlugins(boolean processPlugins)
public int getMavenValidationLevel()
public jenkins.mvn.SettingsProvider getSettings()
public jenkins.mvn.GlobalSettingsProvider getGlobalSettings()
public hudson.util.DescribableList<MavenReporter,hudson.model.Descriptor<MavenReporter>> getReporters()
MavenReporters that should be applied to all module builds.public hudson.util.DescribableList<hudson.tasks.Publisher,hudson.model.Descriptor<hudson.tasks.Publisher>> getPublishers()
Publishers. Can be empty but never null.public hudson.util.DescribableList<hudson.tasks.Publisher,hudson.model.Descriptor<hudson.tasks.Publisher>> getPublishersList()
getPublishersList in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>public hudson.util.DescribableList<hudson.tasks.BuildWrapper,hudson.model.Descriptor<hudson.tasks.BuildWrapper>> getBuildWrappersList()
getBuildWrappersList in interface hudson.model.BuildableItemWithBuildWrapperspublic hudson.util.DescribableList<hudson.tasks.BuildWrapper,hudson.model.Descriptor<hudson.tasks.BuildWrapper>> getBuildWrappers()
getBuildWrappersList() to be consistent with other subtypes of AbstractProject.BuildWrappers. Can be empty but never null.public Object getDynamic(String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
getDynamic in class hudson.model.Job<MavenModuleSet,MavenModuleSetBuild>public File getRootDirFor(MavenModule child)
getRootDirFor in interface hudson.model.ItemGroup<MavenModule>public void onRenamed(MavenModule item, String oldName, String newName) throws IOException
onRenamed in interface hudson.model.ItemGroup<MavenModule>IOExceptionpublic void onDeleted(MavenModule item) throws IOException
onDeleted in interface hudson.model.ItemGroup<MavenModule>IOExceptionpublic Collection<hudson.model.Job> getAllJobs()
getAllJobs in interface hudson.model.ItemgetAllJobs in class hudson.model.Job<MavenModuleSet,MavenModuleSetBuild>protected Class<MavenModuleSetBuild> getBuildClass()
getBuildClass in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>protected hudson.search.SearchIndexBuilder makeSearchIndex()
makeSearchIndex in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>public boolean isFingerprintConfigured()
isFingerprintConfigured in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>public void onLoad(hudson.model.ItemGroup<? extends hudson.model.Item> parent,
String name)
throws IOException
onLoad in interface hudson.model.ItemonLoad in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>IOExceptionpublic int assignBuildNumber()
throws IOException
This method is invoked from Executor.run(),
and because of the mutual exclusion among MavenModuleSetBuild
and MavenBuild, we can safely touch all the modules.
assignBuildNumber in class hudson.model.Job<MavenModuleSet,MavenModuleSetBuild>IOExceptionpublic void logRotate()
throws IOException,
InterruptedException
logRotate in class hudson.model.Job<MavenModuleSet,MavenModuleSetBuild>IOExceptionInterruptedExceptionprotected void buildDependencyGraph(hudson.model.DependencyGraph graph)
buildDependencyGraph in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>public boolean isDisableTriggerDownstreamProjects()
public void setDisableTriggerDownstreamProjects(boolean disableTriggerDownstreamProjects)
public boolean getBlockTriggerWhenBuilding()
public void setBlockTriggerWhenBuilding(boolean blockTriggerWhenBuilding)
public MavenModule getRootModule()
public hudson.tasks.Maven.MavenInstallation inferMavenInstallation()
inferMavenInstallation in interface hudson.tasks.Maven.ProjectWithMavenprotected Set<hudson.model.ResourceActivity> getResourceActivities()
getResourceActivities in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>public String getRootPOM()
public String getRootPOM(hudson.EnvVars env)
public void setRootPOM(String rootPOM)
public hudson.model.AbstractProject<?,?> asProject()
asProject in interface hudson.model.BuildableItemWithBuildWrappersasProject in interface hudson.model.SCMedItempublic String getGoals()
public void setGoals(String goals)
public String getAlternateSettings()
public void setAlternateSettings(String alternateSettings) throws IOException
IOExceptionpublic String getProfiles()
public Properties getMavenProperties()
public boolean isNonRecursive()
public String getMavenOpts()
This method returns a configured value as-is, which can include variabl references.
At runtime, use AbstractMavenBuild.getMavenOpts(TaskListener, EnvVars) to obtain
a fully resolved value.
public void setMavenOpts(String mavenOpts)
public hudson.tasks.Maven.MavenInstallation getMaven()
public void setMaven(String mavenName)
public List<hudson.model.Queue.Item> getQueueItems()
MavenModules that are in the queue.public List<hudson.model.Queue.Item> getApproximateQueueItemsQuickly()
MavenModules that are in the queue.public String getUserConfiguredGoals()
This is only used to present the UI screen, and in
all the other cases getGoals() should be used.
protected List<MavenModuleSetBuild> getEstimatedDurationCandidates()
getEstimatedDurationCandidates in class hudson.model.Job<MavenModuleSet,MavenModuleSetBuild>protected void submit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException,
hudson.model.Descriptor.FormException
submit in class hudson.model.AbstractProject<MavenModuleSet,MavenModuleSetBuild>IOExceptionjavax.servlet.ServletExceptionhudson.model.Descriptor.FormExceptionpublic org.kohsuke.stapler.HttpResponse doDoDeleteAllDisabledModules()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic hudson.tasks.test.AbstractTestResultAction<?> getTestResultAction()
public hudson.util.FormValidation doCheckFileInWorkspace(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic jenkins.model.ModelObjectWithContextMenu.ContextMenu doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws Exception
doChildrenContextMenu in interface jenkins.model.ModelObjectWithChildrendoChildrenContextMenu in class hudson.model.Job<MavenModuleSet,MavenModuleSetBuild>Exceptionpublic MavenModuleSet.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.model.TopLevelItem>getDescriptor in interface hudson.model.TopLevelItemCopyright © 2016–2017. All rights reserved.