com.tek42.perforce.model
Class Changelist.JobEntry
java.lang.Object
com.tek42.perforce.model.Changelist.JobEntry
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Changelist
public static class Changelist.JobEntry
- extends Object
- implements Serializable
Perforce links issues to changes via jobs. This represents a job attached to a change.
- Author:
- Mike Wille
- See Also:
- Serialized Form
Changelist.JobEntry
public Changelist.JobEntry()
toString
public String toString()
- Overrides:
toString in class Object
getStatus
public String getStatus()
- Returns:
- the status
setStatus
public void setStatus(String status)
- Parameters:
status - the status to set
getJob
public String getJob()
- Returns:
- the job
setJob
public void setJob(String job)
- Parameters:
job - the job to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
Copyright © 2004-2012 Hudson. All Rights Reserved.