public class FogbugzEnvironmentWrapper
extends hudson.tasks.BuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
FogbugzEnvironmentWrapper.DescriptorImpl |
Constructor and Description |
---|
FogbugzEnvironmentWrapper(boolean copyInformation,
String repoBase) |
Modifier and Type | Method and Description |
---|---|
static String |
parseBranchName(String branchExpression)
Parses the branch name from fogbugz case.
|
String |
parseRepoUrl(String featureBranchField)
Parses feature branch field of fogbugz case and comes up with full and valid full repo url.
|
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Retrieves data from Fogbugz, and puts it into environment variables.
|
@DataBoundConstructor public FogbugzEnvironmentWrapper(boolean copyInformation, String repoBase)
public String parseRepoUrl(String featureBranchField) throws Exception
Exception
public static String parseBranchName(String branchExpression)
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
setUp
in class hudson.tasks.BuildWrapper
Copyright © 2004-2015. All Rights Reserved.