com.lookout.jenkins
Class PersistedEnvironment

java.lang.Object
  extended by com.lookout.jenkins.PersistedEnvironment
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class PersistedEnvironment
extends Object
implements hudson.model.Action


Constructor Summary
PersistedEnvironment(hudson.tasks.BuildWrapper.Environment environment)
           
 
Method Summary
 String getDisplayName()
           
 hudson.tasks.BuildWrapper.Environment getEnvironment()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistedEnvironment

public PersistedEnvironment(hudson.tasks.BuildWrapper.Environment environment)
Method Detail

getEnvironment

public hudson.tasks.BuildWrapper.Environment getEnvironment()

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action


Copyright © 2004-2012. All Rights Reserved.