public class LsHistoryCommand extends Object implements CleartoolCommand
Constructor and Description |
---|
LsHistoryCommand() |
public LsHistoryCommand branch(String branch)
public LsHistoryCommand considerMinorEvents()
public CleartoolOutput execute(ClearToolLauncher launcher, hudson.model.TaskListener listener) throws IOException, InterruptedException
CleartoolCommand
execute
in interface CleartoolCommand
IOException
InterruptedException
public LsHistoryCommand format(String format)
public String getBranch()
public String getFormat()
public int getNumberOfLastEvents()
public String[] getPathsInView()
public Date getSince()
public hudson.FilePath getViewPath()
public boolean isConsiderMinorEvents()
public boolean isUseRecurse()
public LsHistoryCommand numberOfLastEvents(int numberOfLastEvents)
public LsHistoryCommand pathsInView(String... pathsInView)
public void setBranch(String branch)
public void setConsiderMinorEvents(boolean considerMinorEvents)
public void setFormat(String format)
public void setNumberOfLastEvents(int numberOfLastEvents)
public void setPathsInView(String[] pathsInView)
public void setSince(Date since)
public void setUseRecurse(boolean useRecurse)
public void setViewPath(hudson.FilePath viewPath)
public LsHistoryCommand since(Date since)
public LsHistoryCommand useRecurse()
public LsHistoryCommand viewPath(hudson.FilePath viewPath)
Copyright © 2004-2021. All Rights Reserved.