|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkspaceFile | |
|---|---|
| hudson.plugins.tasks | |
| hudson.plugins.tasks.util | |
| hudson.plugins.tasks.util.model | |
| Uses of WorkspaceFile in hudson.plugins.tasks |
|---|
| Methods in hudson.plugins.tasks that return types with arguments of type WorkspaceFile | |
|---|---|
java.util.Collection<WorkspaceFile> |
TasksResult.getFiles()
Returns the files of the project. |
| Constructors in hudson.plugins.tasks with parameters of type WorkspaceFile | |
|---|---|
TasksFileDetail(hudson.model.AbstractBuild<?,?> owner,
WorkspaceFile file,
java.lang.String header,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
Creates a new instance of ModuleDetail. |
|
| Uses of WorkspaceFile in hudson.plugins.tasks.util |
|---|
| Methods in hudson.plugins.tasks.util that return WorkspaceFile | |
|---|---|
WorkspaceFile |
FileDetail.getFile(int hashCode)
Gets the file with the given hash code. |
WorkspaceFile |
FileDetail.getFile(java.lang.String name)
Gets the file with the given name. |
| Methods in hudson.plugins.tasks.util that return types with arguments of type WorkspaceFile | |
|---|---|
java.util.Collection<WorkspaceFile> |
FileDetail.getFiles()
Gets the files of this container that have annotations. |
| Constructors in hudson.plugins.tasks.util with parameters of type WorkspaceFile | |
|---|---|
FileDetail(hudson.model.AbstractBuild<?,?> owner,
WorkspaceFile file,
java.lang.String header)
Creates a new instance of ModuleDetail. |
|
| Uses of WorkspaceFile in hudson.plugins.tasks.util.model |
|---|
| Methods in hudson.plugins.tasks.util.model that return WorkspaceFile | |
|---|---|
WorkspaceFile |
AnnotationContainer.getFile(int hashCode)
Gets the file with the given hash code. |
WorkspaceFile |
AnnotationContainer.getFile(java.lang.String fileName)
Gets the file with the given name. |
| Methods in hudson.plugins.tasks.util.model that return types with arguments of type WorkspaceFile | |
|---|---|
java.util.Collection<WorkspaceFile> |
AnnotationContainer.getFiles()
Gets the files of this container that have annotations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||