Class ChangedPundle
java.lang.Object
org.jenkinsci.plugins.visualworks_store.ChangedPundle
- All Implemented Interfaces:
ChangeLogSet.AffectedFile
public class ChangedPundle extends Object implements ChangeLogSet.AffectedFile
Represents a StorePundle that has been changed since the previous build.
Adapts pundles to Jenkins' AffectedFile API.
- Author:
- Randy Coulman
-
Constructor Summary
Constructors Constructor Description ChangedPundle(String action, PundleType pundleType, String name)ChangedPundle(String action, PundleType pundleType, String name, String version) -
Method Summary
Modifier and Type Method Description StringgetDescriptor()EditTypegetEditType()StringgetPath()
-
Constructor Details
-
ChangedPundle
-
ChangedPundle
-
-
Method Details
-
getPath
- Specified by:
getPathin interfaceChangeLogSet.AffectedFile
-
getEditType
- Specified by:
getEditTypein interfaceChangeLogSet.AffectedFile
-
getDescriptor
-