public class UnleashMavenBuildWrapper extends BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
UnleashMavenBuildWrapper.DescriptorImpl |
BuildWrapper.EnvironmentExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
UnleashMavenBuildWrapper(String goals,
String profiles,
String releaseArgs,
boolean useLogTimestamps,
String tagNamePattern,
String scmMessagePrefix,
boolean preselectUseGlobalVersion,
List<HookDescriptor> hooks,
boolean preselectAllowLocalReleaseArtifacts,
boolean preselectCommitBeforeTagging,
String workflowPath,
String credentialsId,
int numberOfBuildsToLock,
com.itemis.maven.plugins.unleash.util.VersionUpgradeStrategy versionUpgradeStrategy) |
all, decorateLauncher, decorateLogger, getProjectAction, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, setUpgetDescriptor@DataBoundConstructor public UnleashMavenBuildWrapper(String goals, String profiles, String releaseArgs, boolean useLogTimestamps, String tagNamePattern, String scmMessagePrefix, boolean preselectUseGlobalVersion, List<HookDescriptor> hooks, boolean preselectAllowLocalReleaseArtifacts, boolean preselectCommitBeforeTagging, String workflowPath, String credentialsId, int numberOfBuildsToLock, com.itemis.maven.plugins.unleash.util.VersionUpgradeStrategy versionUpgradeStrategy)
public BuildWrapper.Environment setUp(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException
setUp in class BuildWrapperIOExceptionInterruptedExceptionpublic String getGoals()
public void setGoals(String goals)
public String getProfiles()
public void setProfiles(String profiles)
public String getReleaseArgs()
public void setReleaseArgs(String releaseArgs)
public boolean isUseLogTimestamps()
public void setUseLogTimestamps(boolean useLogTimestamps)
public String getTagNamePattern()
public void setTagNamePattern(String tagNamePattern)
public String getScmMessagePrefix()
public void setScmMessagePrefix(String scmMessagePrefix)
public boolean isPreselectUseGlobalVersion()
public void setPreselectUseGlobalVersion(boolean preselectUseGlobalVersion)
public Collection<? extends Action> getProjectActions(AbstractProject job)
getProjectActions in class BuildWrapperpublic List<HookDescriptor> getHooks()
public void setHooks(List<HookDescriptor> hooks)
public boolean isPreselectAllowLocalReleaseArtifacts()
public void setPreselectAllowLocalReleaseArtifacts(boolean preselectAllowLocalReleaseArtifacts)
public boolean isPreselectCommitBeforeTagging()
public void setPreselectCommitBeforeTagging(boolean preselectCommitBeforeTagging)
public String getWorkflowPath()
public void setWorkflowPath(String workflowPath)
public String getCredentialsId()
public void setCredentialsId(String credentialsId)
public int getNumberOfBuildsToLock()
public void setNumberOfBuildsToLock(int numberOfBuildsToLock)
public com.itemis.maven.plugins.unleash.util.VersionUpgradeStrategy getVersionUpgradeStrategy()
public void setVersionUpgradeStrategy(com.itemis.maven.plugins.unleash.util.VersionUpgradeStrategy versionUpgradeStrategy)
Copyright © 2016–2024. All rights reserved.