|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.ci.artifact.DeployableArtifact
com.xebialabs.deployit.ci.artifact.Folder
@ConfigurationItem public abstract class Folder
Represents a directory of files.
| Field Summary |
|---|
| Fields inherited from class com.xebialabs.deployit.ci.artifact.DeployableArtifact |
|---|
NAME_OF_CONTENTS_FIELD |
| Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem |
|---|
label |
| Constructor Summary | |
|---|---|
Folder()
|
|
| Method Summary | |
|---|---|
java.util.List<java.io.File> |
getFiles()
|
java.lang.String |
getValidationError()
|
boolean |
validate()
|
| Methods inherited from class com.xebialabs.deployit.ci.artifact.DeployableArtifact |
|---|
getLocation, setLocation |
| Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem |
|---|
equals, getLabel, hashCode, setLabel, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Folder()
| Method Detail |
|---|
public java.util.List<java.io.File> getFiles()
public boolean validate()
validate in class DeployableArtifactpublic java.lang.String getValidationError()
getValidationError in class DeployableArtifact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||