org.jenkinsci.plugins.backup
Class JobInformation

java.lang.Object
  extended by org.jenkinsci.plugins.backup.JobInformation

public class JobInformation
extends Object

Author:
Lucie Votypkova

Constructor Summary
JobInformation(hudson.model.Job job, hudson.model.ParametersAction parameters)
           
 
Method Summary
 boolean equals(Object object)
           
 hudson.model.Job getJob()
           
 hudson.model.ParametersAction getParameters()
           
 int hashCode()
           
 boolean hasParameters()
           
 void scheduleJobAgain()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobInformation

public JobInformation(hudson.model.Job job,
                      hudson.model.ParametersAction parameters)
Method Detail

hasParameters

public boolean hasParameters()

getJob

public hudson.model.Job getJob()

getParameters

public hudson.model.ParametersAction getParameters()

scheduleJobAgain

public void scheduleJobAgain()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object


Copyright © 2004-2013. All Rights Reserved.