org.jenkinsci.plugins.sharedworkspace
Class SharedWorkspace
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
org.jenkinsci.plugins.sharedworkspace.SharedWorkspace
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
public class SharedWorkspace
- extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.JobProperty |
owner |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
| Methods inherited from class hudson.model.JobProperty |
getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedWorkspace
@DataBoundConstructor
public SharedWorkspace(String name,
String url)
getName
public String getName()
getUrl
public String getUrl()
setName
public void setName(String str)
setUrl
public void setUrl(String str)
reconfigure
public hudson.model.JobProperty<?> reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
- Specified by:
reconfigure in interface hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>- Overrides:
reconfigure in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
- Throws:
hudson.model.Descriptor.FormException
getDescriptor
public SharedWorkspace.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>- Overrides:
getDescriptor in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Copyright © 2004-2013. All Rights Reserved.