|
|||||||||
| 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. |
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
|---|
hudson.tasks.BuildStep.PublisherList |
| Field Summary | |
|---|---|
java.lang.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(java.lang.String googlecodeWebsite)
|
|
| Method Summary | |
|---|---|
GoogleCodeProjectProperty.DescriptorImpl |
getDescriptor()
|
| Methods inherited from class hudson.model.JobProperty |
|---|
getJobAction, getProjectAction, perform, prebuild, setOwner |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String googlecodeWebsite
| Constructor Detail |
|---|
public GoogleCodeProjectProperty(java.lang.String googlecodeWebsite)
| Method Detail |
|---|
public GoogleCodeProjectProperty.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>getDescriptor in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||