jenkins.plugins.rhnpush
Class SatelliteServer

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<SatelliteServer>
      extended by jenkins.plugins.rhnpush.SatelliteServer
All Implemented Interfaces:
hudson.model.Describable<SatelliteServer>

public class SatelliteServer
extends hudson.model.AbstractDescribableImpl<SatelliteServer>


Nested Class Summary
static class SatelliteServer.DescriptorImpl
           
 
Constructor Summary
SatelliteServer(String hostname, String username, hudson.util.Secret password)
           
 
Method Summary
 String getHostname()
           
 hudson.util.Secret getPassword()
           
 String getUsername()
           
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SatelliteServer

@DataBoundConstructor
public SatelliteServer(String hostname,
                                            String username,
                                            hudson.util.Secret password)
Method Detail

getHostname

public String getHostname()

getUsername

public String getUsername()

getPassword

public hudson.util.Secret getPassword()


Copyright © 2004-2013 SpecEMS. All Rights Reserved.