hudson.plugins.perforce
Class PerforceUserProperty

java.lang.Object
  extended by hudson.model.UserProperty
      extended by hudson.plugins.perforce.PerforceUserProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>

public class PerforceUserProperty
extends hudson.model.UserProperty

Author:
rpetti

Nested Class Summary
static class PerforceUserProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.UserProperty
user
 
Constructor Summary
PerforceUserProperty()
           
PerforceUserProperty(String perforceId)
           
 
Method Summary
 String getPerforceEmail()
           
 String getPerforceId()
           
 void setPerforceEmail(String perforceEmail)
           
 void setPerforceId(String perforceId)
           
 
Methods inherited from class hudson.model.UserProperty
all, getDescriptor, reconfigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceUserProperty

public PerforceUserProperty()

PerforceUserProperty

@DataBoundConstructor
public PerforceUserProperty(String perforceId)
Method Detail

getPerforceId

public String getPerforceId()

setPerforceId

public void setPerforceId(String perforceId)

getPerforceEmail

public String getPerforceEmail()

setPerforceEmail

public void setPerforceEmail(String perforceEmail)


Copyright © 2004-2012 Hudson. All Rights Reserved.