public class ExportDetailsBean extends Object
Constructor and Description |
---|
ExportDetailsBean() |
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
String |
getPath()
Returning canonical path (to find out real path of symlink).
|
boolean |
isAwaitJobCompletion() |
boolean |
isExportArtifacts() |
boolean |
isExportBuildLogs() |
boolean |
isExportResults() |
void |
setAwaitJobCompletion(boolean awaitJobCompletion) |
void |
setDate(Date date) |
void |
setExportArtifacts(boolean exportArtifacts) |
void |
setExportBuildLogs(boolean exportBuildLogs) |
void |
setExportResults(boolean exportResults) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public boolean isExportArtifacts()
public void setExportArtifacts(boolean exportArtifacts)
public boolean isExportBuildLogs()
public void setExportBuildLogs(boolean exportBuildLogs)
public boolean isExportResults()
public void setExportResults(boolean exportResults)
public Date getDate()
public void setDate(Date date)
public void setAwaitJobCompletion(boolean awaitJobCompletion)
public boolean isAwaitJobCompletion()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.