|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.util.model.AnnotationContainer
hudson.plugins.tasks.util.model.MavenModule
public class MavenModule
A serializable Java Bean class representing a maven module.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.tasks.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
MavenModule()
Creates a new instance of MavenModule. |
|
MavenModule(java.lang.String moduleName)
Creates a new instance of MavenModule. |
|
| Method Summary | |
|---|---|
java.lang.String |
getError()
Returns the error message for this module. |
boolean |
hasError()
Return whether this module has an error message stored. |
void |
setError(java.lang.String error)
Sets an error message that denotes that the creation of the module has been failed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MavenModule()
MavenModule. File handling is
performed in this class since the files are already mapped in the modules
of this project.
public MavenModule(java.lang.String moduleName)
MavenModule.
moduleName - name of the module| Method Detail |
|---|
public void setError(java.lang.String error)
error - the error messagepublic boolean hasError()
true if this module has an error message stored.public java.lang.String getError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||