jenkins.plugins.rpmsign
Class Rpm
java.lang.Object
hudson.model.AbstractDescribableImpl<Rpm>
jenkins.plugins.rpmsign.Rpm
- All Implemented Interfaces:
- hudson.model.Describable<Rpm>
public class Rpm
- extends hudson.model.AbstractDescribableImpl<Rpm>
|
Constructor Summary |
Rpm(String gpgKeyName,
String includes,
boolean resign)
|
| 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 |
Rpm
@DataBoundConstructor
public Rpm(String gpgKeyName,
String includes,
boolean resign)
getGpgKeyName
public String getGpgKeyName()
getIncludes
public String getIncludes()
isResign
public boolean isResign()
Copyright © 2004-2013 SpecEMS. All Rights Reserved.