org.jenkinsci.plugins.sharedworkspace
Class SharedWorkspace

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by 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 Class Summary
static class SharedWorkspace.DescriptorImpl
           
 
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
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
SharedWorkspace(String name, String url)
           
 
Method Summary
 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)
           
 
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
 

Constructor Detail

SharedWorkspace

@DataBoundConstructor
public SharedWorkspace(String name,
                                            String url)
Method Detail

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.