|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.serverSide.settings.SimpleProjectSettings
public class SimpleProjectSettings
Allows to associate a number of build types with a project.
| Method Summary | |
|---|---|
void |
dispose()
Called upon rereading of project settings for old instances of the ProjectSettings |
java.util.List<java.lang.String> |
getBuildTypeIds()
Return list of applicable buildTypeIds or null if there is no restriction for build type |
boolean |
isEnabled()
if enabled, corresponding service should be shown/used |
void |
readFrom(org.jdom.Element rootElement)
Read this element data from given JDOM node |
void |
setBuildTypes(java.util.List<java.lang.String> buildTypeIds)
Set list of applicable buildTypeIds or null if there is no restriction for build type |
void |
setEnabled(boolean enabled)
|
void |
writeTo(org.jdom.Element parentElement)
Write data to the JDOM element |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void dispose()
ProjectSettings
dispose in interface ProjectSettings
public void setBuildTypes(@Nullable
java.util.List<java.lang.String> buildTypeIds)
buildTypeIds - see above@Nullable public java.util.List<java.lang.String> getBuildTypeIds()
public void setEnabled(boolean enabled)
public boolean isEnabled()
public void readFrom(org.jdom.Element rootElement)
XmlStorable
readFrom in interface XmlStorablerootElement - element which contains information about this storablepublic void writeTo(org.jdom.Element parentElement)
XmlExternalizable
writeTo in interface XmlExternalizableparentElement - - parent element to write data to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||