public class SharedWorkspace
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Modifier and Type | Class and Description |
---|---|
static class |
SharedWorkspace.DescriptorImpl |
Constructor and Description |
---|
SharedWorkspace(String name,
String url) |
Modifier and Type | Method and Description |
---|---|
SharedWorkspace.DescriptorImpl |
getDescriptor() |
String |
getName() |
String |
getUrl() |
hudson.model.JobProperty<?> |
reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
void |
setName(String str) |
void |
setUrl(String str) |
public String getName()
public String getUrl()
public void setName(String str)
public void setUrl(String str)
public hudson.model.JobProperty<?> reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
reconfigure
in interface hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>
reconfigure
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
hudson.model.Descriptor.FormException
public SharedWorkspace.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.model.JobProperty<?>>
getDescriptor
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Copyright © 2004-2015. All Rights Reserved.