|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sonymobile.jenkins.plugins.teamview.TeamProperty
@ExportedBean public abstract class TeamProperty
Extensible property of Team.
| Nested Class Summary | |
|---|---|
static class |
TeamProperty.TeamPropertyDescriptor
Descriptor for TeamProperty. |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
protected Team |
team
the Team this property is associated with. |
| Constructor Summary | |
|---|---|
TeamProperty()
|
|
| Method Summary | |
|---|---|
static hudson.DescriptorExtensionList<TeamProperty,TeamProperty.TeamPropertyDescriptor> |
all()
Returns all the registered TeamProperty.TeamPropertyDescriptors. |
TeamProperty.TeamPropertyDescriptor |
getDescriptor()
Getter for the TeamProperty.TeamPropertyDescriptor. |
abstract String |
getUrlName()
Getter for the url name, relative to nearest ancestor, not ending in a '/'. |
TeamProperty |
reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
Reconfigures a TeamProperty from a submitted form. |
void |
setTeam(Team team)
Standard setter for the team. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected transient Team team
Team this property is associated with.
| Constructor Detail |
|---|
public TeamProperty()
| Method Detail |
|---|
public TeamProperty.TeamPropertyDescriptor getDescriptor()
TeamProperty.TeamPropertyDescriptor.
getDescriptor in interface hudson.model.Describable<TeamProperty>TeamProperty.TeamPropertyDescriptor.public static hudson.DescriptorExtensionList<TeamProperty,TeamProperty.TeamPropertyDescriptor> all()
TeamProperty.TeamPropertyDescriptors.
public TeamProperty reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
throws hudson.model.Descriptor.FormException
reconfigure in interface hudson.model.ReconfigurableDescribable<TeamProperty>req - the StaplerRequest.form - the submitted form.
Descriptor.FormException - if there is a problem in the submitted form.public void setTeam(Team team)
team - the Team.public abstract String getUrlName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||