public class FogbugzEnvironmentWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
FogbugzEnvironmentWrapper.DescriptorImpl
This expression derived/taken from the BNF for URI (RFC2396).
|
| 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
Exceptionpublic 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.BuildWrapperCopyright © 2004-2014. All Rights Reserved.