com.atlassian.bamboo.rest.model.plan.directoryinfo
Class DirectoryInformationResult
java.lang.Object
com.atlassian.bamboo.rest.model.plan.directoryinfo.DirectoryInformationResult
public class DirectoryInformationResult
- extends Object
Created by rstephens on 14/05/15.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
planName
public final String planName
artifactPlanRoots
public final List<String> artifactPlanRoots
buildLogJobRoots
public final Map<String,List<String>> buildLogJobRoots
isBranchBuild
public final boolean isBranchBuild
DirectoryInformationResult
public DirectoryInformationResult(String planName,
List<String> artifactPlanRoots,
Map<String,List<String>> buildLogJobRoots,
boolean isBranchBuild)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.