|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
hudson.plugins.googlecode.GoogleCodeProjectProperty
public final class GoogleCodeProjectProperty
Property for AbstractProject that stores the associated Google Code website URL.
| Nested Class Summary | |
|---|---|
static class |
GoogleCodeProjectProperty.DescriptorImpl
|
static interface |
GoogleCodeProjectProperty.PropertyRetriever
Interface needed to remove the dependency of AbstractBuild and Project classes which are quite difficult to mock out. |
static class |
GoogleCodeProjectProperty.PropertyRetrieverImpl
|
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
|---|
hudson.tasks.BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
String |
googlecodeWebsite
Google Code website URL that this project uses. |
| Fields inherited from class hudson.model.JobProperty |
|---|
owner |
| Fields inherited from interface hudson.tasks.BuildStep |
|---|
BUILDERS, PUBLISHERS |
| Constructor Summary | |
|---|---|
GoogleCodeProjectProperty(String googlecodeWebsite)
|
|
| Method Summary | |
|---|---|
String |
getProjectName()
Returns the project name for the google code property "Project's name must consist of a lowercase letter, followed by lowercase letters, digits, and dashes, with no spaces." |
String |
getSubversionRootUrl()
Returns the subversion root URL for this Google Code project. |
| Methods inherited from class hudson.model.JobProperty |
|---|
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String googlecodeWebsite
| Constructor Detail |
|---|
@DataBoundConstructor public GoogleCodeProjectProperty(String googlecodeWebsite)
| Method Detail |
|---|
public String getProjectName()
public String getSubversionRootUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||