org.jenkinsci.plugins.nexus
クラス NexusDescriptor
java.lang.Object
hudson.model.AbstractDescribableImpl<NexusDescriptor>
org.jenkinsci.plugins.nexus.NexusDescriptor
- すべての実装されたインタフェース:
- hudson.model.Describable<NexusDescriptor>
public class NexusDescriptor
- extends hudson.model.AbstractDescribableImpl<NexusDescriptor>
クラス hudson.model.AbstractDescribableImpl から継承されたメソッド |
getDescriptor |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NexusDescriptor
@DataBoundConstructor
public NexusDescriptor(String name,
String url,
String user,
String password)
getName
public String getName()
setName
public void setName(String name)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getUser
public String getUser()
setUser
public void setUser(String user)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
Copyright © 2004-2012. All Rights Reserved.