com.cloudbees.jenkins.plugins
Class AdditionalIdentities

java.lang.Object
  extended by hudson.model.UserProperty
      extended by com.cloudbees.jenkins.plugins.AdditionalIdentities
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>, hudson.model.ReconfigurableDescribable<hudson.model.UserProperty>

public class AdditionalIdentities
extends hudson.model.UserProperty

Author:
Nicolas De Loof

Nested Class Summary
static class AdditionalIdentities.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.UserProperty
user
 
Constructor Summary
AdditionalIdentities(List<AdditionalItentity> identities)
           
 
Method Summary
 List<AdditionalItentity> getIdentities()
           
 
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

AdditionalIdentities

@DataBoundConstructor
public AdditionalIdentities(List<AdditionalItentity> identities)
Method Detail

getIdentities

public List<AdditionalItentity> getIdentities()


Copyright © 2004-2012. All Rights Reserved.